From 1c0a74f18a27bfba6368053331e9f775bbb9167e Mon Sep 17 00:00:00 2001 From: Xavier Decuyper Date: Mon, 25 Jan 2021 13:23:01 +0100 Subject: [PATCH] Fix Tado fallback modes (overlay) (#44665) --- homeassistant/components/tado/const.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/tado/const.py b/homeassistant/components/tado/const.py index 95c524b0433..cb27cd491d9 100644 --- a/homeassistant/components/tado/const.py +++ b/homeassistant/components/tado/const.py @@ -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