I’d like to trigger an automation when a persistent notification is dismissed. I don’t think I can use a regular state trigger because dismissing the notification completely removes the entity. Is there a specific trigger or event that’s fired that I could use to trigger an automation? Thanks!
Hi,
How did you solve this? I have the same need.
Thanks!
The only solution I’ve come up with is using Node-RED to monitor ALL state events from Home Assistant to check if the notification entity state becomes null. It’s a pretty bad hack and I’m not crazy about it but it has been working fairly well for me.
OK, thanks. I’ll give it a try.