Hello.
I am trying to use Node-Red to create automations to turn on my Window AC with different settings (Fan mode, target temperature, etc), but the call service node only lets me change one thing at a time (set_hvac_mode, set_temperature, set_fan_mode, etc).
Trying to add the other attributes with JSON in the Data part of the node causes an API error because it does not take extra keys.
Is there a way to do this with only one node?
Thanks