From 1c9a1e4e4bc1792f6ae759041ad4e30a310bc098 Mon Sep 17 00:00:00 2001 From: sibowler Date: Thu, 14 Jul 2022 15:26:58 +1000 Subject: [PATCH] Spelling correction --- custom_components/localtuya/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/localtuya/common.py b/custom_components/localtuya/common.py index 38a5f40..38401bc 100644 --- a/custom_components/localtuya/common.py +++ b/custom_components/localtuya/common.py @@ -189,7 +189,7 @@ class TuyaDevice(pytuya.TuyaListener, pytuya.ContextualLogger): 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. for entity in self._entities: await entity.restore_state_when_connected()