Increase max temperature to 40 for Tado (#120560)
This commit is contained in:
parent
1d0aa6bff0
commit
0d2aeb846f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue