mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-20 14:37:01 +01:00
fix #230
This commit is contained in:
@@ -278,7 +278,7 @@ class LuiPagesGen(object):
|
|||||||
for mode in hvac_modes:
|
for mode in hvac_modes:
|
||||||
icon_id = get_icon_id('alert-circle-outline')
|
icon_id = get_icon_id('alert-circle-outline')
|
||||||
color_on = 64512
|
color_on = 64512
|
||||||
if mode == "auto":
|
if mode in ["auto", "heat_cool"]:
|
||||||
icon_id = get_icon_id("calendar-sync")
|
icon_id = get_icon_id("calendar-sync")
|
||||||
color_on = 1024
|
color_on = 1024
|
||||||
if mode == "heat":
|
if mode == "heat":
|
||||||
|
|||||||
Reference in New Issue
Block a user