Skip to content

Commit

Permalink
Merge pull request #27 from kng/master
Browse files Browse the repository at this point in the history
rename of extra state attributes
  • Loading branch information
asev committed Feb 9, 2022
2 parents 0470096 + dcf0a99 commit a8a38a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/uponor/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def target_temperature(self):
return self._state_proxy.get_setpoint(self._thermostat)

@property
def device_state_attributes(self):
def extra_state_attributes(self):
return {
'id': self._thermostat,
'status': self._state_proxy.get_status(self._thermostat),
Expand Down

0 comments on commit a8a38a4

Please sign in to comment.