This commit is contained in:
joBr99
2022-05-27 18:23:22 +02:00
committed by GitHub
parent 5933182e3e
commit 5a4fdac300

View File

@@ -278,7 +278,7 @@ class LuiPagesGen(object):
for mode in hvac_modes:
icon_id = get_icon_id('alert-circle-outline')
color_on = 64512
if mode == "auto":
if mode in ["auto", "heat_cool"]:
icon_id = get_icon_id("calendar-sync")
color_on = 1024
if mode == "heat":