Notifications sent to mobile, displayed on HA dashboard

I’m looking to display all notifications which are sent to my mobile on the dashboard, I don’t need them to be actionable or anything like that just displayed in a card.

It would be good if they had the time and date sent, and possibly be able to dismiss them individually.

1 Like

I use persistent notifications for this very purpose. The bonus is that I don’t have to clutter up my dashboard with another card and the notifications stay around as long as I need them to.

Yes, this would be perfect. How did you get this to work with the notifications sent to your mobile.

In my automations and scripts, I just add a call to persistent_notification.create and have it mirror what was sent to my mobile. I keep meaning to make that bit into a script, but I haven’t gotten around to it yet.

Ahh brill thanks @code-in-progress. Just got to update all my notifications now :slight_smile:

1 Like

Anytime, happy to help.

Be smart! Create a script (I say as I STILL need to do that lol)… :smiley: