fix linter issues

This commit is contained in:
Martín Villagra
2021-11-23 20:37:58 +00:00
parent ae3f305db0
commit 20369577f3
3 changed files with 52 additions and 44 deletions

View File

@@ -53,7 +53,7 @@ CONF_HVAC_MODE_DP = "hvac_mode_dp"
CONF_HVAC_MODE_SET = "hvac_mode_set"
CONF_PRESET_DP = "preset_dp"
CONF_PRESET_SET = "preset_set"
CONF_EURISTIC_ACTION = "euristic_action"
CONF_HEURISTIC_ACTION = "heuristic_action"
CONF_HVAC_ACTION_DP = "hvac_action_dp"
CONF_HVAC_ACTION_SET = "hvac_action_set"
CONF_ECO_DP = "eco_dp"