Skip to content

Commit

Permalink
Merge pull request #72 from dlarrick/state-attributes-fix
Browse files Browse the repository at this point in the history
Updating state attributes to match new home assistant rules.
  • Loading branch information
dlarrick authored Dec 12, 2021
2 parents d7aa06c + 04df1cf commit 3d64cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/kumo/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def _update_defrost(self):
self._defrost = defrost

@property
def device_state_attributes(self):
def extra_state_attributes(self):
"""Return the state attributes of the device."""
attr = {}
if self._battery_percent is not None:
Expand Down

0 comments on commit 3d64cb7

Please sign in to comment.