TLDR: Is it possible to get an acknowledgement in Home Assistant that the Home Assistant Companion App received a notification and if not to resend it?
I love the Home Assistant Companion app and use it for countless things. Often it involves automations that send notifications to my smartphone.
While most of the time this works fine, occasionally the notifications are not received by my smartphone.
This is most noticeable with this automation I created which sends notifications to my smartphone and then sometimes sends messages later on to clear those notifications.
Sometimes the clearing notifications are not received and thus remain on my phone.
To figure out where the problem is I have added logging for all the important steps of the automation and therefore Iām certain that it did actually send the clear_notification. If I manually force it to send the clear_notification again with the same tag it does get removed from my smartphone.
Now my question is how I can get some kind of confirmation in Home Assistant that my smartphone has received the message? So something similar to the checkmarks in whatsapp/signal etc that show the message was received.
I would in that case want to resend the message. Ideally the Companion app would support some kind of parameter where it can read whether it is a āretryā and thus ignore the double if in the end it does receive the original message.