Only able to sound the default sound

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

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

I solved it! Little bit too impatient with asking the question.

Also added a badge for the example:

{
    "message": "All about the Sound",
    "title": "Front door open",
    "data": {
        "push" : { 
            "sound": "US-EN-Daisy-Front-Door-Open.wav", 
            "badge": "5" 
        }
    }
}