From dcf0a995edc81c9861e7b699a50aa3879d3f85f8 Mon Sep 17 00:00:00 2001 From: Daniel Ekman Date: Fri, 14 Jan 2022 00:25:19 +0100 Subject: [PATCH] rename of extra state attributes --- custom_components/uponor/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),