Pushsafer example

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 :man_facepalming:

action:
  service: notify.notify
  data:
    message: "Your message goes here"
    title: "Custom subject"
    data:
      icon: "2"

And so on

1 Like