Skip to content

Commit

Permalink
change debug property
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-code-ruiz authored Dec 13, 2024
1 parent 326ab33 commit 9f7b16a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions custom_components/uhomeuponor/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ def available(self):
return self._available

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

# ** Static **
@property
Expand Down

0 comments on commit 9f7b16a

Please sign in to comment.