Hi everybody,
I used to use telegram
exclusively for notifications; recently I switched to the Home Assistant companion app
for certain things, for example reminders.
The companion app allows me to send clear_notification
to a particular tag, thus allowing me to get rid of that notification without user interaction.
For example, there is a notification asking to empty the dishwasher when it is ready. It goes to all android phones via companion app. Whoever actually does empty the dishwasher can then click OK right in the notification. This will set the according input_boolean
that triggers this notification to off
, which then sends clear_notification
with the dishwasher tag to all devices.
tldr: once a task has been completed, the notification will not be shown any longer on other people’s devices.
While this works great for notifications as described above, I don’t like using it for anything with images (for example, receiving a notification when the front gate opens with a camera snapshot attached). This notification is only visible when pulling down the notification bar manually, and if clicked by accident, the attached image is gone without being to look at it again.
Telegram, on the other hand, is my preferred method for this. I can open the messenger at any time and look at previous images or notifications; however, I don’t believe it is possible to delete any sent messages via Home Assistant.
Is there any other messaging app I could use for this? Send a notification to it, but also delete that very notification if need to be? OR is there a way to view previous notifications (including their attachments) that have been sent by the Home Assistant companion app, so if one missed looking at an attachment, they could still find it later…?
Thank you in advance for your ideas