iOS notifications do not respect Clear on Timeout since Version 1.3
Version 1.4 beta testing is underway, to ensure Iâve covered enough use cases before releasing - estimate mid of July.
For your issues with iOS clear on timeout⌠I donât have apple devices so I canât test, but with my modifications to use notify. groups instead of individual devices, I needed to add back in your old style of clearing notifications so that when one device chose an action or dismissed it would do so on all devices. So my modified blueprint has both the âbuilt into the notificationâ dismiss function as well as your older timer based clear notification.
Works great! That might be a good solution to cover all bases.
You may clear the tag field if you have added one previously
It is no longer required unless using the script for complex cases.
Known Issues:
There is at least one case where a user is unable to receive notifications on their iOS device
The issue is not reproducible on my end, but is probably due to an optional feature.
If this is happening to you, you may try to use an older version of the blueprint.
Known working version: Version 1.0
good job to both.
What should I change to use another service, i.e. pushover, if already integrated in HA?
This is an example I use for Internet disconnection:
You may store all the actions you want into a separate script, then call the single script youâve created to trigger all actions. The best part about this is it allows you to house more complex logic into that script and to compartmentalise functionality on your setup.
Hi, yes I use the Companion App and I have the integration. I use it for push notifications and everything works. But with this script it doesnât work, the notification service is not detectedâŚ
Itâs not intended to use the notification service domain. Might be a difference in version as Iâve tried to reproduce, Iâm still able to see devices with mobile apps on the latest versions.
Iâll take a look at using notification service as an option in the next revision.
Hey @Yannik, thank you for trying out the script, glad it worked out well for you.
I donât yet intend to send snapshots yet as I donât have any cameras at home to try.
Just curious - when you say snapshots from cameras, are the snapshots from images saved on the home assistant server or direct feed from a camera domain device?
This beta release is meant help me find testers who have access to camera entities with video streams. Use at your own risk.
Hopefully, the update to device selector filter fixes the device selection issue @KameDomotics reported.
This change also allows users to add a camera entity to the notification.
(Sadly I do not have any camera entities in my setup. Only managed to test it with a robot vacuum map using camera domain - static image).
This would address @Yannikâs feature request for snapshots from cameras.
Oh man, I was hoping not to deviate from the current notification method to give users an easy way to configure.
Well, can you try this out in your free time? This should definitely work but it will require you to know absolutely which service to be called (in your case, your already know).
when I save, I get the error âMessage malformed: Missing input attachement_camera entityâ. But all the camera fields in the blueprint are empty (I donât use it). This makes saving impossible.