I would like to forward notifications from home assistant to my Android phone. For example, if there is failed log-in notification. ( I can easily duplicate this one)
I can’t find the event that is triggered by this type of notification. From what I found it should be this.
Is there a way to do a wild card with events? The entity_id: persistent_notification.http_login is very specific. Is it possible to do something like persistent_notification.* where it will trigger on any entity_id containing persitent_notification?