"Replaceable" notifications in companion app

Is there a way to have one notification in the companion app replace another (if not already dismissed)?

I have an automation, that sends (actionable) notifications to the companion opp when something has been turned on for a certain amount of time. And if I don’t turn it off again, it sends a gentle reminder every few minutes that it is ready to use (and with a “turn off” option as actionable notification).

These accumulate. Is there a way to have one replace the old, so it’s always just the newest that you can see, and not a list of 5-6 of almost identical ones (only how long it’s been on is different between them)?

Use clear_notification or timeout

1 Like

clear_notification seems like just what I was looking for, and works like a charm, thanks a lot!

EDIT: replace is even better than just clearing🙂