Hi all - I have a list of conditions I’d like to monitor for. If any conditions occur, I’d like them to show up in a Lovelace card. For some of the conditions I’d also like to send a notification to my phone. Currently I’m using an auto-entities
card with a template filter to check for all of the conditions and return a list of entities that meet conditions. I have the card configured to hide itself if no conditions are met. This works pretty nicely, but doesn’t tie into any notifications for my phone. Having the ability to dismiss the notifications in the lovelace card would also be a nice bonus. I think the home-feed-card
may do this for me, but not entirely sure.
I’m guessing the best way to go about this is to instead generate alerts or notifications, which can goto phone and also be captured by the home-feed-card. However, I’m a bit confused about the differences between alerts, notifications and persistent notifications. Which would be best suited for my use case, or considered standard practice? Is anyone doing something similar?
Thanks
Dave