Can anyone help me and tell me why the below service call isn’t valid all of a sudden?
- service: joaoapps_join.galaxy_s9+_send_tasker
data:
command: Music_Off
I was using the same format, but then had to update the service call, as I got a new phone. Now I receive this error message. The YAML validates?
Invalid config for [automation]: Service joaoapps_join.galaxy_s9+_send_tasker does not match format <domain>.<name> for dictionary value @ data['action'][1]['service']. Got None. (See ?, line ?). Please check the docs at https://home-assistant.io/components/automation/
I have tried single quotes around the command, double quotes, I have updated the device id and api key, and pulled the service name directly for the dev page. Nothing else should have changed?