diff --git a/homeassistant/components/xiaomi_aqara/light.py b/homeassistant/components/xiaomi_aqara/light.py index 637055144db..d6de34cf04c 100644 --- a/homeassistant/components/xiaomi_aqara/light.py +++ b/homeassistant/components/xiaomi_aqara/light.py @@ -61,8 +61,7 @@ class XiaomiGatewayLight(XiaomiDevice, LightEntity): return False if value == 0: - if self._state: - self._state = False + self._state = False return True rgbhexstr = f"{value:x}"