Spelling correction

This commit is contained in:
sibowler
2022-07-14 15:26:58 +10:00
parent 41b5be03a3
commit 1c9a1e4e4b

View File

@@ -189,7 +189,7 @@ class TuyaDevice(pytuya.TuyaListener, pytuya.ContextualLogger):
self.status_updated(status) self.status_updated(status)
# Attempt to restore status for all entites that need to first set # Attempt to restore status for all entities that need to first set
# the DPS value before the device will respond with status. # the DPS value before the device will respond with status.
for entity in self._entities: for entity in self._entities:
await entity.restore_state_when_connected() await entity.restore_state_when_connected()