Skip to content

Commit

Permalink
Merge branch 'main' into JohNan-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohNan authored Aug 27, 2024
2 parents 6cb52ad + 128a786 commit 320db18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom_components/wellbeing/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class Model(str, Enum):
WELLA5 = "WELLA5"
WELLA7 = "WELLA7"
PUREA9 = "PUREA9"
A9 = "A9"
AX5 = "AX5"
AX7 = "AX7"
AX9 = "AX9"
Expand Down Expand Up @@ -311,8 +310,6 @@ def speed_range(self) -> tuple[int, int]:
return 1, 5
if self.model == Model.PUREA9:
return 1, 9
if self.model == Model.A9:
return 1, 9

## AEG Devices:
if self.model == Model.AX5:
Expand Down

0 comments on commit 320db18

Please sign in to comment.