Skip to content

Commit 5fbcb0a

Browse files
committed
hvac_modes always available
1 parent 24b09b2 commit 5fbcb0a

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)