mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Update codespell to 2.3.0 (#118001)
This commit is contained in:
@ -447,7 +447,7 @@ class ISYBinarySensorHeartbeat(ISYNodeEntity, BinarySensorEntity, RestoreEntity)
|
||||
|
||||
self._node.control_events.subscribe(self._heartbeat_node_control_handler)
|
||||
|
||||
# Start the timer on bootup, so we can change from UNKNOWN to OFF
|
||||
# Start the timer on boot-up, so we can change from UNKNOWN to OFF
|
||||
self._restart_timer()
|
||||
|
||||
if (last_state := await self.async_get_last_state()) is not None:
|
||||
|
Reference in New Issue
Block a user