Skip to content

Commit ef1b615

Browse files
Remove todo
1 parent 98a2c3b commit ef1b615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/battery_notes/binary_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ def _handle_coordinator_update(self) -> None:
912912
STATE_UNAVAILABLE,
913913
STATE_UNKNOWN,
914914
]
915-
or wrapped_battery_low_state.state not in ["on", "off"] # TODO: Check this
915+
or wrapped_battery_low_state.state not in ["on", "off"]
916916
):
917917
self._attr_is_on = None
918918
self._attr_available = False

0 commit comments

Comments
 (0)