Hi, I installed Home Assistant 2 hours ago and I'm willing to try to send notifications to my phone when I ring the bell. No matter which example I pick from the docs, I get the error "Message malformed: Unable to determine action @ data['actions'][0]"
Here is my automation, which is literally the first example in the docs (https://companion.home-assistant.io/docs/notifications/notifications-basic)
- alias: 'Send Notification'
trigger:
...
action:
- action: notify.mobile_app_cellulaire_de_theo
data:
message: "Notification text"```
Thanks a lot