Skip to content

Commit

Permalink
Avoid merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
IceBotYT committed Feb 5, 2025
1 parent dff4f2e commit 1fc8a4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions homeassistant/components/lacrosse_view/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ async def async_setup_entry(
_LOGGER.warning(message)
continue

if sensor.data is None:
continue

# if the API returns a different unit of measurement from the description, update it
if sensor.data is not None and sensor.data.get(field) is not None:
native_unit_of_measurement = UNIT_OF_MEASUREMENT_MAP.get(
Expand Down

0 comments on commit 1fc8a4b

Please sign in to comment.