Added "hs" to color modes for color wheel

This commit is contained in:
Johannes
2022-03-12 23:35:13 +01:00
committed by GitHub
parent 7c093d688b
commit c61c064fb4

View File

@@ -456,7 +456,7 @@ class NsPanelLovelanceUI:
else:
color_temp = "disable"
if "xy" in entity.attributes.supported_color_modes or "rgbw" in entity.attributes.supported_color_modes:
if "xy" in entity.attributes.supported_color_modes or "rgbw" in entity.attributes.supported_color_modes or "hs" in entity.attributes.supported_color_modes:
color = "enable"
else:
color = "disable"