How is this done? I’ve tried a couple different ways and always throw errors.
Like this example on the pushbullet component page? where does this snippet even go? Under data? What spaces are required? I’ve tried this and it doesn’t work. It looks a bit like JSON? Any help on this would be great.
{
"message": "A message for many people",
"target": [
"device/telephone",
"email/[email protected]",
"channel/my_home"
]
}
Not getting this to work… what exactly should the target be? Does device/<devicename> still work in 2024 syntax? Should I use notify.notify for the action?