Hey guys,
Have a script, works
alias: Good Morning Bathroom
sequence:
- service: media_player.play_media
data:
media_content_id: good morning
media_content_type: routine
target:
entity_id: media_player.bathroom
icon: mdi:play
mode: single
Now trying to get a call service node to do the same and it wont do it. What have i got wrong here?
Thanks
JSON is:
{ "media_content_id": "good morning","media_content_type": "routine"}
Getting this formatting error, but no idea why?
Call-service error. extra keys not allowed @ data['media_content_id']