Skip to content

Commit bc6727a

Browse files
change device_state -> extra_state
1 parent 0df786f commit bc6727a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/uhomeuponor/climate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def target_temperature(self):
170170
return self.thermostat.by_name('room_setpoint').value
171171

172172
@property
173-
def device_state_attributes(self):
173+
def extra_state_attributes(self):
174174
return {
175175
ATTR_TECHNICAL_ALARM: self.thermostat.by_name('technical_alarm').value,
176176
ATTR_RF_SIGNAL_ALARM: self.thermostat.by_name('rf_alarm').value,

0 commit comments

Comments
 (0)