diff --git a/custom_components/uhomeuponor/sensor.py b/custom_components/uhomeuponor/sensor.py index 253ccae..3befe31 100644 --- a/custom_components/uhomeuponor/sensor.py +++ b/custom_components/uhomeuponor/sensor.py @@ -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