mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix Tado fallback modes (overlay) (#44665)
This commit is contained in:
parent
104107dd95
commit
1c0a74f18a
@ -75,7 +75,9 @@ CONST_FAN_HIGH = "HIGH"
|
||||
|
||||
|
||||
# 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_TIMER = "TIMER" # the temperature will be reset after a timespan
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user