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 83e6fb3 commit 5ffda91Copy full SHA for 5ffda91
custom_components/feedparser/sensor.py
@@ -131,3 +131,6 @@ def update(self):
131
] = "https://www.home-assistant.io/images/favicon-192x192-full.png"
132
133
self._entries.append(entry_value)
134
+ @property
135
+ def extra_state_attributes(self):
136
+ return {"entries": self._entries}
0 commit comments