Skip to content

Commit

Permalink
Fix climater supported status
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Mar 3, 2023
1 parent 39989d7 commit 98e7f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/audiconnect/audiconnectpy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def __init__(self, data: dict[Any, dict[str, Any]]) -> None:
self._data = data

@property
def charger_supported(self) -> bool:
def climater_supported(self) -> bool:
"""Supported status."""
return (
get_attr(self._data, "climatisation_state") is not None
Expand Down

0 comments on commit 98e7f0d

Please sign in to comment.