mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Enable dry mode for Tado AC's V3 (#99568)
This commit is contained in:
parent
422af9d438
commit
8acc45d482
@ -119,7 +119,7 @@ TADO_MODES_TO_HA_CURRENT_HVAC_ACTION = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# These modes will not allow a temp to be set
|
# These modes will not allow a temp to be set
|
||||||
TADO_MODES_WITH_NO_TEMP_SETTING = [CONST_MODE_AUTO, CONST_MODE_DRY, CONST_MODE_FAN]
|
TADO_MODES_WITH_NO_TEMP_SETTING = [CONST_MODE_AUTO, CONST_MODE_FAN]
|
||||||
#
|
#
|
||||||
# HVAC_MODE_HEAT_COOL is mapped to CONST_MODE_AUTO
|
# HVAC_MODE_HEAT_COOL is mapped to CONST_MODE_AUTO
|
||||||
# This lets tado decide on a temp
|
# This lets tado decide on a temp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user