diff --git a/custom_components/tuya_local/light.py b/custom_components/tuya_local/light.py index dfa78345f6..69139e8fd7 100644 --- a/custom_components/tuya_local/light.py +++ b/custom_components/tuya_local/light.py @@ -278,7 +278,7 @@ def named_color_from_hsv(self, hs, brightness): async def async_turn_on(self, **params): settings = {} color_mode = None - + _LOGGER.debug("Light turn_on: %s", params) if self._color_mode_dps and ATTR_WHITE in params: if self.color_mode != ColorMode.WHITE: color_mode = ColorMode.WHITE