Hoping someone can help - trying to set up my first “high priority” alert in Node Red
Pretty simple in principle I think (and I’ve read a bunch of the docs) but I’m clearly missing something as nothing comes through…
{"message": "A FLOOD HAS BEEN DETECTED - DO SOMETHING!!!","title":"WARNING: FLOOD DETECTED",
"data": {
"ttl": "0",
"priority": "high",
"media_stream": "alarm_stream",
"tts_text": "There is a flood! Do something! There is a flood!"
}
}
Worth noting that normal notifications work just fine, as do actionable (notifications) - I’d just like this one to be a little more intrusive! (Would love a different alert tone too but don’t see a way of doing that!)
What am I missing?