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.
trigger:
- platform: event
event_type: call_service
event_data:
domain: persistent_notification
When I listen to the call_service event in developer tools and I trigger a failed log-in notification nothing is captured.
1 post - 1 participant