Fix review comment.
This commit is contained in:
@@ -188,8 +188,9 @@ class LocaltuyaLight(LocalTuyaEntity, LightEntity):
|
||||
"""Return the hs color value."""
|
||||
if self.is_color_mode:
|
||||
return self._hs
|
||||
if self.supported_features & SUPPORT_COLOR and not self.has_config(
|
||||
CONF_COLOR_TEMP
|
||||
if (
|
||||
self.supported_features & SUPPORT_COLOR
|
||||
and not self.supported_features & SUPPORT_COLOR_TEMP
|
||||
):
|
||||
return [0, 0]
|
||||
return None
|
||||
|
Reference in New Issue
Block a user