Hey,
Does anyone have a working automation example where you send a push notification to a mobile device as an action?
I am having troubles following the incomplete examples on the component page for it.
Thanks!
Hey,
Does anyone have a working automation example where you send a push notification to a mobile device as an action?
I am having troubles following the incomplete examples on the component page for it.
Thanks!
Ah yes, the examples there are carefully formatted for use in the services page, not automations
action:
service: notify.notify
data:
message: "Your message goes here"
title: "Custom subject"
data:
icon: "2"
And so on