#HA trigger Phone notification condition to trigger automation
1 messages · Page 1 of 1 (latest)
Actionable notifications are a unique type of notification as they allow the user to add buttons to the notification which can then send an event to Home Assistant once clicked. This event can then be used in an automation allowing you to perform a wide variety of actions. These notifications can be sent to either iOS or Android.
ho wow, now i remember i had found this weeks ago and totally forgot about it when i put the project on hold -.-
sorry for bothering and thanks again
is there any tool that can help me on configurating ?
does the dev tool work for this ? (i think its called like that.. the one for the entities)
You can use the Automations UI to configure it, there's some sample YAML down below. There's not an easy way outside of doing either an automation or a script though since you'll be sending a notification and then waiting for an event to trigger the next piece of functionality. Although if you're stuck debugging, we could explore other options.