diff --git a/custom_components/uponor/climate.py b/custom_components/uponor/climate.py index 6465608..bd36d06 100644 --- a/custom_components/uponor/climate.py +++ b/custom_components/uponor/climate.py @@ -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),