Hi I’m mew with Home Assistant, I’m trying to configure a simple PushOver notification when the HASSIO Start, but it don’t works.
I have added in my configuration.yaml
In particular i have change the service: notify.pushover_hassio, because it is the name in configuration.yaml.
Executing the script it report the following error in LOG:
2020-06-08 18:42:30 ERROR (MainThread) [homeassistant.components.automation] Startup Notification: Error executing script. Invalid data for call_service at pos 1: extra keys not allowed @ data['priority']
I notice that the same error occurs for any “data” settings (priority, sound etc.)
Yeah, that’s a syntax issue that’s unique to notifications so don’t worry that you didn’t spot it. Lots of notification platforms have a data: section for extra options, but this is within the service data key. So it should be…