Fix Tado fallback modes (overlay) (#44665)

This commit is contained in:
Xavier Decuyper 2021-01-25 13:23:01 +01:00 committed by GitHub
parent 104107dd95
commit 1c0a74f18a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,9 @@ CONST_FAN_HIGH = "HIGH"
# When we change the temperature setting, we need an overlay mode # When we change the temperature setting, we need an overlay mode
CONST_OVERLAY_TADO_MODE = "TADO_MODE" # wait until tado changes the mode automatic CONST_OVERLAY_TADO_MODE = (
"NEXT_TIME_BLOCK" # wait until tado changes the mode automatic
)
CONST_OVERLAY_MANUAL = "MANUAL" # the user has change the temperature or mode manually CONST_OVERLAY_MANUAL = "MANUAL" # the user has change the temperature or mode manually
CONST_OVERLAY_TIMER = "TIMER" # the temperature will be reset after a timespan CONST_OVERLAY_TIMER = "TIMER" # the temperature will be reset after a timespan