IOS Live Activity with action buttons #4638
Replies: 1 comment
|
+1, with a concrete use case: an EV charging timer. I show a Live Activity while my car charges at a public station: a progress bar and a countdown to the moment the operator starts charging a blocking (idle) fee. What I'm missing are two buttons right on it: "Mute alarm" (the countdown ends in a critical alert) and "Stop timer" (I've already unplugged). Today the only option is Reusing the existing actionable-notification For now I work around it with a notification that embeds a camera stream (which I render as a live bar + countdown) plus action buttons, but that only works while the notification is expanded. |

Uh oh!
There was an error while loading. Please reload this page.
Describe the feature
With the live activities available in IOS and Android, I would ask for the next step, where we could define buttons/actions similarly to Actionable Notifications.
Use cases
We could run HA actions directly for active live activity, both on the lock screen and the one available form the dynamic island.
Examples
Screens from parking app in Norway as an example


Anything else?
I hope the existing configuration for Actionable Notifications could be used for the config part as well as the HA automation
All reactions