Skip to content

Commit 6daefd0

Browse files
change device_state -> extra_state
1 parent bc6727a commit 6daefd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/uhomeuponor/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def available(self):
122122

123123
# ** DEBUG PROPERTY **
124124
#@property
125-
#def device_state_attributes(self):
125+
#def extra_state_attributes(self):
126126
# """Return the device state attributes."""
127127
# attr = self.thermostat.attributes() + self.uponor_client.uhome.attributes()
128128
# return {

0 commit comments

Comments
 (0)