We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cc4f5 commit 7e0963fCopy full SHA for 7e0963f
custom_components/calendarific/sensor.py
@@ -102,7 +102,7 @@ def state(self):
102
return self._state
103
104
@property
105
- def device_state_attributes(self):
+ def extra_state_attributes(self):
106
"""Return the state attributes."""
107
return {
108
ATTR_DATE: self._attr_date,
hacs.json
@@ -4,6 +4,6 @@
4
"zip_release": true,
5
"filename": "calendarific.zip",
6
"domains": ["calendarific", "sensor"],
7
- "homeassistant": "0.109.0",
+ "homeassistant": "2021.12.0",
8
"iot_class": "Cloud Polling"
9
}
0 commit comments