From 05c6bf877052fe3fc4701e5b3283873f7c2763bf Mon Sep 17 00:00:00 2001 From: Johannes 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"