From 0d2aeb846f3cc9f9f799cfd0db83567c4f338e14 Mon Sep 17 00:00:00 2001
From: Joost Lekkerkerker <joostlek@outlook.com>
Date: Wed, 26 Jun 2024 14:05:24 +0200
Subject: [PATCH] Increase max temperature to 40 for Tado (#120560)

---
 homeassistant/components/tado/const.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/homeassistant/components/tado/const.py b/homeassistant/components/tado/const.py
index a41003da95f..5c6a80c5beb 100644
--- a/homeassistant/components/tado/const.py
+++ b/homeassistant/components/tado/const.py
@@ -226,7 +226,7 @@ HA_TERMINATION_TYPE = "default_overlay_type"
 HA_TERMINATION_DURATION = "default_overlay_seconds"
 
 TADO_DEFAULT_MIN_TEMP = 5
-TADO_DEFAULT_MAX_TEMP = 25
+TADO_DEFAULT_MAX_TEMP = 40
 # Constants for service calls
 SERVICE_ADD_METER_READING = "add_meter_reading"
 CONF_CONFIG_ENTRY = "config_entry"
-- 
GitLab