Skip to content

Commit

Permalink
Adds support for Well A5 (JohNan#33)
Browse files Browse the repository at this point in the history
* Update api.py

* Update README.md
  • Loading branch information
JohNan authored May 4, 2022
1 parent 79aeb5e commit 95934aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ A custom component designed for [Home Assistant](https://www.home-assistant.io)

- Pure A9 Air Purifier
- Well A7 Air Purifier
- Well A5 Air Purifier

### Install with HACS (recommended)
Do you you have [HACS][hacs] installed? Just search for Electrolux Wellbeing and install it direct from HACS. HACS will keep track of updates and you can easly upgrade this component to latest version.
Expand Down
2 changes: 2 additions & 0 deletions custom_components/wellbeing/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ def speed_range(self) -> tuple:
return 1, 5
if self.model == "PUREA9":
return 1, 9
if self.model == "WELLA5":
return 1, 5

return 0, 0

Expand Down

0 comments on commit 95934aa

Please sign in to comment.