Skip to content

Commit

Permalink
Update the Big+Quiet tilt enum keys (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotvezz authored Feb 27, 2025
1 parent b6595da commit 9275e33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/dyson_local/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
}

TILT_ENUM_TO_STR = {
Tilt.DEGREE_0: "0°",
Tilt.DEGREE_25: "25°",
Tilt.DEGREE_50: "50°",
Tilt.BREEZE: "Breeze",
0: "0°",
25: "25°",
50: "50°",
359: "Breeze",
}

TILT_STR_TO_ENUM = {
Expand Down

0 comments on commit 9275e33

Please sign in to comment.