readme updated

This commit is contained in:
Tim
2021-12-22 23:02:08 +10:30
parent a6ef6a4b7f
commit d878391d5e

View File

@@ -63,7 +63,16 @@ localtuya:
- platform: fan - platform: fan
friendly_name: Device Fan friendly_name: Device Fan
id: 3 id: 3 # dps for on/off state
fan_direction: 4 # Optional, dps for fan direction
fan_direction_fwd: forward # String for the forward direction
fan_direction_rev: reverse # String for the reverse direction
fan_ordered_list: low,medium,high,auto # Optional, If this is used it will not use the min and max integers.
fan_oscilating_control: 4 # Optional, dps for fan osciallation
fan_speed_control: 3 # Optional, if ordered list not used, dps for speed control
fan_speed_min: 1 # Optional, if ordered list not used, minimum integer for speed range
fan_speed_max: 10 # Optional, if ordered list not used, maximum integer for speed range
- platform: light - platform: light
friendly_name: Device Light friendly_name: Device Light