Added DPS value type configuration

This commit is contained in:
DeeSe
2022-07-07 14:07:19 +02:00
parent 54dbc3a359
commit f06b8ccb49
4 changed files with 9 additions and 3 deletions

View File

@@ -73,6 +73,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"