diff --git a/custom_components/localtuya/light.py b/custom_components/localtuya/light.py index fd286dbdc..66773c216 100644 --- a/custom_components/localtuya/light.py +++ b/custom_components/localtuya/light.py @@ -465,9 +465,6 @@ def status_updated(self): ): self._brightness = self.dps_conf(CONF_BRIGHTNESS) - if brightness_dp_value := self.dp_value(CONF_BRIGHTNESS, None): - self._brightness = brightness_dp_value - if ColorMode.HS in self.supported_color_modes: color = self.dps_conf(CONF_COLOR) if color is not None and not self.is_white_mode: