Update codespell to 2.3.0 (#118001)

This commit is contained in:
Marc Mueller
2024-05-24 08:22:29 +02:00
committed by GitHub
parent 93daac9b3d
commit dc47792ff2
22 changed files with 29 additions and 28 deletions

View File

@ -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: