Viggen
(Viggen)
1
I am unable to change volume of my Google Home Mini with call_service node, but if done via the native automations it works perfectly fine.
I get the following error: “Call-service API error. Error Message: extra keys not allowed @ data['entity_id]”
I must be missing something obvious… any ideas?
subzero79
(Subzero79)
2
I suspect the previous call service is overriding the data there. Send the output of the node to another location instead of payload.data
Viggen
(Viggen)
3
Thank you, that did the trick - I set the output to none as I don’t use it in this sequence.