fix missing const references

This commit is contained in:
2024-05-09 21:40:18 -04:00
parent a065a45764
commit 24e2887506
2 changed files with 4 additions and 0 deletions

View File

@@ -97,6 +97,8 @@ CONF_PRECISION = "precision"
CONF_TARGET_PRECISION = "target_precision"
CONF_HVAC_MODE_DP = "hvac_mode_dp"
CONF_HVAC_MODE_SET = "hvac_mode_set"
CONF_HVAC_ONOFF_SEPARATE = "hvac_onoff_separate"
CONF_HVAC_ONOFF_DP = "hvac_onoff_dp"
CONF_HVAC_FAN_MODE_DP = "hvac_fan_mode_dp"
CONF_HVAC_FAN_MODE_SET = "hvac_fan_mode_set"
CONF_HVAC_SWING_MODE_DP = "hvac_swing_mode_dp"