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 ).
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.
Changelog
v1.02 - Fixed initial release
v1.00 - Initial release