Ability to not close a push notification after an action is chosen #2274
Unanswered
moostmartijn
asked this question in
Ideas
Replies: 1 comment
-
I've encountered a similar issue with the blueprint I use for update notifications. When that automation fires, I want to be able to use one action on the notification to review the release notes for the update, then another to perform or skip the update. In this case, the solution was to simply re-trigger the notification as part of the action for reviewing the release notes. With that approach, clicking the action causes the notification to disappear, but another action can still be chosen when the notification is re-triggered. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a feature request which not seems possible at this moment (correct me if I'm wrong), but I would like to have the ability to keep a notification with multiple actions open so it would be possible to choose more than one action after each other in one push notification.
My use case:
I have a new doorbell with a LED screen and I can send text messages and possibly even audio (TTS or mp3's) to the doorbell. I created a push notification which sends the camera feed and an action to open the door. I would like to add multiple actions in one push notification so I could chose between multiple text messages/audio which can be send to the doorbell and open the door eventually.
At this moment the chosen action will close the push notification, so the camera feed within the push notification is also closed.
I'm not sure if this would be possible. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions