diff --git a/custom_components/localtuya/cover.py b/custom_components/localtuya/cover.py index b9c10f7..060dbb6 100644 --- a/custom_components/localtuya/cover.py +++ b/custom_components/localtuya/cover.py @@ -190,7 +190,7 @@ class LocaltuyaCover(LocalTuyaEntity, CoverEntity): def status_updated(self): """Device status was updated.""" - super.status_updated(self) + super().status_updated() self._previous_state = self._state self._state = self.dps(self._dp_id)