Right, but there is also an option for history_days_back which should show days previous to the current day. I have mine set to 5 but I’m still only seeing the current day.
I agree that documentation is not very clear, but I seem to understand that history_days_back is applicable to Calendar events and not to Entity object.
I’m trying to integrate the Home Feed card into a mushroom based UI driven by simplicity. The idea is to get notified at the home page of any issues found in the system - issues found from devices, entities I specify as being of interest.
Idea: The home page has a chip for notifications.
It turns red and shows a number corresponding to the number of events found (event based or time based). These events are stored in a dynamic list the home feed card displays:
Event based | Example: The battery level of a sensor drops below a threshold and needs to be shown in the home feed for action
Time based | Every night at say 10pm I run a “security check” (doors locked, windows closed, garage closed etc.); any issues found make their way into the home feed card for action
Note: If event based notifications are too difficult I’m ok with a time based feed to start with
Clicking on the chip opens up the home feed card (understand it’s not mushroom formatted but that’s a detail I’m willing to forgo at this point).
Looking at the GitHub page I understand I could build a home feed using all entities in scope but somehow need to filter by state or some other logic. What’s the purpose of the ‘notification ID’ and how is it controlled so it becomes useful for the home feed card? How else would I create a dynamic list of entities that get displayed in the home feed card?
id_filter (optional)
This is a regular expression for filtering persistent notifications by notification id. In the example above, "^home_feed_.*" will result in only notifications with ids starting with home_feed_ from being displayed.
Anyone know how to not get blank labels almost 90% of the time on every device I own with this card?
If I refresh the page or navigate in and out of the page the labels will show up again. It’s frustrating.
This card seems to be nearly perfect for checking if a battery in a device is still working.
Use the card to see how long ago the battery level is updated.
The only thing I should like then: the devices with the longest no-update on top, instead of the one with the moost recent update.
Is it possible to chsnge the order?
I feel like I am missing something obvious here — but is there a way to limit my list to ONLY calendar events? I thought I had it worked out but now when i restart HA I get other alerts popping up
(Screenshot).
What might be the reason for the card to update feed so slowly. Entity that I’m using receives notification which I view on feed card. 3 times out of 10 goes to feed immediately. Rest will not update automatically and I need to open card manually. After that it refreshes and shows all messages that it received.