mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-15 01:18:19 +01:00
added rgbw to color modes for color wheel
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user