Skip to content

Commit ba12aa4

Browse files
Merge pull request #77 from andrey-git/gj-20241208-1
hvac_modes always available
2 parents 3056855 + 5fbcb0a commit ba12aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysensibo/model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class SensiboDevice:
4343
horizontal_swing_mode: str | None
4444
light_mode: str | None
4545
available: bool
46-
hvac_modes: list[str] | None
46+
hvac_modes: list[str]
4747

4848
state: str # hvac state
4949

0 commit comments

Comments
 (0)