diff --git a/custom_components/mega/entities.py b/custom_components/mega/entities.py index 06bc025..a89b6b7 100644 --- a/custom_components/mega/entities.py +++ b/custom_components/mega/entities.py @@ -218,6 +218,7 @@ class MegaOutPort(MegaPushEntity): self._is_on = None self.dimmer = dimmer + @property def assumed_state(self) -> bool: return True if self.index is not None or self.mega.mqtt is None else False