support boolean for HVAC Eco preset

This commit is contained in:
2024-05-29 13:10:00 -04:00
parent f27de00793
commit 34ab80ad93
6 changed files with 12 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ CONF_HVAC_ACTION_DP = "hvac_action_dp"
CONF_HVAC_ACTION_SET = "hvac_action_set"
CONF_ECO_DP = "eco_dp"
CONF_ECO_VALUE = "eco_value"
CONF_ECO_VALUE_BOOL = "eco_value_bool"
# vacuum
CONF_POWERGO_DP = "powergo_dp"