update to new fan entity percentage

This commit is contained in:
Tim
2021-08-19 19:56:54 +09:30
committed by GitHub
parent e613075971
commit 94c3af1c7d

View File

@@ -33,10 +33,13 @@ CONF_SPAN_TIME = "span_time"
# fan
CONF_FAN_SPEED_CONTROL = "fan_speed_control"
# CONF_FAN_OSCILLATING_CONTROL = "fan_oscillating_control"
CONF_FAN_OSCILLATING_CONTROL = "fan_oscillating_control"
CONF_FAN_SPEED_MIN = "fan_speed_min"
CONF_FAN_SPEED_MAX = "fan_speed_max"
CONF_FAN_ORDERED_LIST = "fan_speed_ordered_list"
CONF_FAN_DIRECTION = "fan_direction"
CONF_FAN_SPEED_COUNT = "fan_speed_count"
CONF_FAN_DIRECTION_FWD = "fan_direction_forward"
CONF_FAN_DIRECTION_REV = "fan_direction_reverse"
# sensor
CONF_SCALING = "scaling"