added rgbw to color modes for color wheel

This commit is contained in:
joBr99
2022-03-12 23:32:00 +01:00
committed by GitHub
parent 2f5bdfb05d
commit 11bc69ea14

View File

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