Hi Guys,
I don’t know if it is custom to introduce yourself, but since this is my first post… I’m Ray, IT pro for over 20 years, a Linux enthusiast and switched from domoticz to hassio with Node Red since a couple of weeks. Love the wide range of integration Home Assistant offers and I haven’t run into any real problems so far… Just some fun puzzles
There is one thing I cannot solve however… I’m trying to send notifications with another sound than the default sound. Don’t need a custom sound, the built in sounds are fine. So I’m sending a notification with the Developer Tools:
{
"message": "All about the Sound",
"title": "Front door open",
"data": {
"sound": "US-EN-Daisy-Front-Door-Open.wav"
}
}
But whatever I do, I get the default sound. The event log on the iOS device show this as well:
Hope you guys can help me.
Cheers! Ray