Send notification to HASS app when flow in Node-Red runs?

Hello all - I’m trying to configure a flow in node-red that when it runs, it sends me a notification in the Home Assistant iOS app, but I can’t figure it out.

Here is what I have so far. Anyone running something similar or know how to achieve this in Node-Red?

Is this even the correct approach?

Thanks in advance!

A little more digging and I found it.

6 Likes

Hi,

I don’t have this template in node-red.

I have to give an entityId , but there is not entiy for a notification.

I could I do ?

Thanks in advance

Hello!

No need for an EntityId to push the notification out.

Cheers,

W.

no need for entity id
put this code in data and change "put message "

{
“title”: “put message”,
“message”: “put message”,
“data”: {
“subtitle”: "put message! "
}
}

2 Likes