Hi Guys,
I’m new to using Node-RED, made some really basic flows to try out and really love the overview and ease of managing multiple flows.
I try to make a flow when button x pressed → then play a specific YouTube video on a specific AppleTV.
When I try the flow I get the following error:
"Call-service error. extra keys not allowed @ data['0']"
My data JSON:
{
"entity_id": "media_player.appletv_zithoek",
"media_content_type": "url",
"media_content_id": "https://www.youtube.com/watch?v=UZeNhGoC-gQ"
}
Additional screenshots:
HomeAssistant and Node-RED all run on the latest versions.
What am I doing wrong?