We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a2c3b commit ef1b615Copy full SHA for ef1b615
custom_components/battery_notes/binary_sensor.py
@@ -912,7 +912,7 @@ def _handle_coordinator_update(self) -> None:
912
STATE_UNAVAILABLE,
913
STATE_UNKNOWN,
914
]
915
- or wrapped_battery_low_state.state not in ["on", "off"] # TODO: Check this
+ or wrapped_battery_low_state.state not in ["on", "off"]
916
):
917
self._attr_is_on = None
918
self._attr_available = False
0 commit comments