Skip to content

Commit

Permalink
order speed list of fans
Browse files Browse the repository at this point in the history
  • Loading branch information
fiva authored and fiva committed Dec 6, 2020
1 parent c1bdeba commit 2f668c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/nhc2/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ def speed(self) -> str:
@property
def speed_list(self) -> list:
"""Get the list of available speeds."""
return [SPEED_HIGH,
SPEED_LOW,
return [SPEED_LOW,
SPEED_MEDIUM,
SPEED_HIGH,
SPEED_BOOST]

@property
Expand Down

0 comments on commit 2f668c4

Please sign in to comment.