Hi, I recently saw a youtube videoclip ( Home Assistant Actionable Notifications on Android and iOS - Everything You Need to Know! - YouTube explaining how you can send notifications to your mobile Phone.
I tried to do this in my own environment but unfortunately no notification appears om my Samsung phone.
I gave Home Assistanf full access to my phone so probably that isn’t the reason.
What strikes me is that If I look in the Logs after clicking on Call Service within the Development menu I receive 2 error messages saying:
websocket_api script: Error executing script. Invalid data for call_service at pos 1: required key not provided @ data[‘message’]
and
- [2780751928] Error handling message: required key not provided @ data[‘message’]. Got None
Next If I click on documentation for more explanation then it brings me to the H.A. Websocket API page but I don’t have the faintest idea what to do!?
Which Key do I need to provide?
If I use the persistent notification within the Development page and click on Call Service then it’s reported without any problem in the Notification menu from H.A.
Apparently I’m missing something in the Set-up maybe one of you can help me out.