We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df786f commit bc6727aCopy full SHA for bc6727a
custom_components/uhomeuponor/climate.py
@@ -170,7 +170,7 @@ def target_temperature(self):
170
return self.thermostat.by_name('room_setpoint').value
171
172
@property
173
- def device_state_attributes(self):
+ def extra_state_attributes(self):
174
return {
175
ATTR_TECHNICAL_ALARM: self.thermostat.by_name('technical_alarm').value,
176
ATTR_RF_SIGNAL_ALARM: self.thermostat.by_name('rf_alarm').value,
0 commit comments