Skip to content

Commit

Permalink
rename of extra state attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
kng committed Jan 13, 2022
1 parent 0470096 commit dcf0a99
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 dcf0a99

Please sign in to comment.