Skip to content

Commit

Permalink
Fix crash when wash-dryer enters phase 8
Browse files Browse the repository at this point in the history
Added a constant for phase 8
  • Loading branch information
schblondie authored and Andre0512 committed Mar 17, 2024
1 parent cbaf9f1 commit 73b446e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/hon/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
5: "rinse",
6: "rinse",
7: "drying",
8: "drying",
9: "steam",
10: "ready",
11: "spin",
Expand Down

0 comments on commit 73b446e

Please sign in to comment.