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 5129126 commit 9e88997Copy full SHA for 9e88997
custom_components/calendar_event/binary_sensor.py
@@ -137,7 +137,6 @@ async def _update_state(self) -> None:
137
138
self.async_write_ha_state()
139
140
- # TODO: If state is on, then we need to check every minute in case our event is not the one that turned it on
141
if calendar_state.state == "on":
142
now = datetime.now()
143
seconds_until_next_minute = 60 - now.second
0 commit comments