🗒️Clear iOS Notification

Sometimes you want to clear out a notification that have been sent out to your iOS device, because it not relevant anymore.

To assist you with this, I created this Script Blueprint. Let me know what you tink of it (please be gentle, since it’s my first Blueprint :smile: ).

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

Click here for the GitHub version.

Requirements
To be able to clear out notifications on your iOS device, you need to add a tag to the initial notification, as described here. When you want to clear out the specific notification, just use my Blueprint and use the same tag and select your iOS device from the list.

Please not that this only works with iOS devices.

Usage Scenario’s

  • When you have received a notifciation that your washing machine has finished, but someone in your household already opened the door and cleared out the wash. That notification is not relevant, so you can use this blueprint to clear out the notification the moment that door of your washing machine has opened.
  • When receiving a notification when your EV has finished charging, but someone else in your household already disconnected the car. That notification could be cleared before you even notice it.

:new: Changelog

v1.02 - Fixed initial release
v1.00 - Initial release

2 Likes

Just a place for extra info (or a FAQ)

Hi!

I just tried but I see an error message:

Message malformed: required key not provided @ data[‘sequence’][0][‘choose’][0]['conditio

Config is pretty easy:

alias: Clear iOS Notification - Babymonitor
use_blueprint:
path: helmerzNL/clear_ios_notification.yaml
input:
notify_tag: babymonitor
notify_device:
- f83278ae1600dbf3f61c74a24a2c5ec7
description: “”

Let me quickly check. Think I uploaded the wrong version.

I updated the blueprint, please re-import and try the current version (v1.02). I uploaded a non-working version, sorry. v1.02 should work.

1 Like

I confirm now it works.

Thanks!