integration inputs

This commit is contained in:
Tim
2021-11-11 22:46:55 +10:30
parent 1c2f4ba084
commit e8aa5ac9a8
3 changed files with 123 additions and 87 deletions

View File

@@ -40,6 +40,9 @@ 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_SPEED_DPS_TYPE = "fan_speed_dps_type"
CONF_FAN_PRESET_CONTROL = "fan_preset_control"
CONF_FAN_PRESET_LIST = "fan_preset_list"
# sensor
CONF_SCALING = "scaling"