diff --git a/homeassistant/components/unifiprotect/light.py b/homeassistant/components/unifiprotect/light.py index 27b7157bf2b..e068172037a 100644 --- a/homeassistant/components/unifiprotect/light.py +++ b/homeassistant/components/unifiprotect/light.py @@ -79,7 +79,7 @@ class ProtectLight(ProtectDeviceEntity, LightEntity): is a change. """ - return (self._attr_available, self._attr_brightness) + return (self._attr_available, self._attr_is_on, self._attr_brightness) @callback def _async_update_device_from_protect(self, device: ProtectModelWithId) -> None: