It’s all similar to HA. In the bottom right hit load example data and it will give you an example of the data
. Hit the the ...
to expand the data
field.
E. Thought I pasted this link but I didn’t. To convert the data portion from yaml to json
1 Like
In your call service node - on the data line - hit the three dots - put this
{
"message": "Garage Bay Motion",
"data": {
"push": {
"sound": {
"name": "US-EN-Morgan-Freeman-Motion-In-Garage.wav",
"critical": 1,
"volume": 1
}
}
}
}
1 Like