Merge branch 'master' into fix_restart_behaviour

This commit is contained in:
rospogrigio
2022-10-04 11:35:58 +02:00
committed by GitHub
4 changed files with 9 additions and 3 deletions

View File

@@ -78,6 +78,7 @@ CONF_FAN_ORDERED_LIST = "fan_speed_ordered_list"
CONF_FAN_DIRECTION = "fan_direction"
CONF_FAN_DIRECTION_FWD = "fan_direction_forward"
CONF_FAN_DIRECTION_REV = "fan_direction_reverse"
CONF_FAN_DPS_TYPE = "fan_dps_type"
# sensor
CONF_SCALING = "scaling"