Skip to content

Commit

Permalink
change device_state -> extra_state
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-code-ruiz authored Dec 17, 2021
1 parent bc6727a commit 6daefd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/uhomeuponor/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def available(self):

# ** DEBUG PROPERTY **
#@property
#def device_state_attributes(self):
#def extra_state_attributes(self):
# """Return the device state attributes."""
# attr = self.thermostat.attributes() + self.uponor_client.uhome.attributes()
# return {
Expand Down

0 comments on commit 6daefd0

Please sign in to comment.