mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 15:34:26 +01:00
Update pages.py
This commit is contained in:
@@ -819,7 +819,7 @@ class LuiPagesGen(object):
|
|||||||
icon_color = 0
|
icon_color = 0
|
||||||
ha_type = entity_id.split(".")[0]
|
ha_type = entity_id.split(".")[0]
|
||||||
icon_color = self.get_entity_color(entity, ha_type=ha_type)
|
icon_color = self.get_entity_color(entity, ha_type=ha_type)
|
||||||
if ha_type == "input_select":
|
if ha_type in ["input_select", "select"]:
|
||||||
options = entity.attributes.get("options", [])
|
options = entity.attributes.get("options", [])
|
||||||
if ha_type == "light":
|
if ha_type == "light":
|
||||||
options = entity.attributes.get("effect_list", [])[:15]
|
options = entity.attributes.get("effect_list", [])[:15]
|
||||||
|
|||||||
Reference in New Issue
Block a user