Revert "Merge branch 'add-string/integer-and-preset' into master"

This reverts commit a6ef6a4b7f, reversing
changes made to b748f0425c.
This commit is contained in:
Tim
2021-12-22 23:05:33 +10:30
parent d878391d5e
commit ddee11f741
4 changed files with 48 additions and 116 deletions

View File

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