Revert "add presets and integer/string option"

This reverts commit ec223ba73d.
This commit is contained in:
Tim
2021-10-26 21:41:59 +10:30
parent 0f43923c2e
commit c8e660dfac
3 changed files with 34 additions and 91 deletions

View File

@@ -40,9 +40,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_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"