Skip to content

Commit

Permalink
Merge pull request rospogrigio#1 from corneels/patch-1
Browse files Browse the repository at this point in the history
Correct mistakes based on fan.py contents
  • Loading branch information
CloCkWeRX authored Apr 3, 2022
2 parents 471704e + 66fdb5b commit dde12ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ localtuya:
friendly_name: Device Fan
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_direction_forward: forward # String for the forward direction
fan_direction_reverse: reverse # String for the reverse direction
fan_speed_ordered_list: low,medium,high,auto # Optional, If this is used it will not use the min and max integers.
fan_oscillating_control: 4 # Optional, dps for fan oscillation
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
Expand Down

0 comments on commit dde12ee

Please sign in to comment.