From 68e3a72426a11528548cfe50dc75d789cf3a4d6a Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sun, 13 Mar 2022 00:35:18 +0100 Subject: [PATCH] Update nspanel-lovelance-ui.py --- apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py b/apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py index 27e72bd9..b0ca770d 100644 --- a/apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py +++ b/apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py @@ -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 or "hs" in entity.attributes.supported_color_modes: + if "xy" in entity.attributes.supported_color_modes or "rgb" 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"