Notify action in node red not working

Hello all,

I’ve got notification working in node red (yay) but when i select an action, the flow goes no further than on the call service node.



switch:

image

pretty much followed the second doorbell example here Node Red + Home Assistant 2022: Beginner, Advanced and EXPERT Motion Detection and Notifications - YouTube

thank you

Ok so here i am using a call service node, but using an events all node i was able to capture the response from android notification

I’m not sure how to build this into events all or can i update my call service node to capture the mobile notification somehow?

edit: got this working by just using events all and filtering for mobile_app_notification_action

If you’re using android take a look at https://zachowj.github.io/node-red-contrib-home-assistant-websocket/cookbook/actionable-notifications-subflow-for-android.html. If you’re using iPhone I believe there’s a link to an iPhone version in the discussion link.

1 Like