This commit is contained in:
Johannes
2022-05-27 18:23:22 +02:00
committed by GitHub
parent ec452ee277
commit 35e4819213

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":