HVAC Settings best practices

I am trying to setup my HVAC when I go on vacation and when I come home.
I have this one working:


This works well.

Now when I go on vacation, I need to configure the hvac_modes to heat cool, and change the temperature.
Do I need to have multiple edit call service nodes? or can I add the fields in the Data entry? I know the syntax, but what do I do with the service, there are separate Service calls for each of the fields. Does this mean I have to call the Service call for each of the settings?
The one I am showing now works well. Trying to expand on it.

Each call service can only call a single service. So setting the hvac mode and temperature are 2 different calls and would need 2 call service nodes.

image

Got it, that’s what I thought, just wasn’t sure if there was a more efficient way.

That works, thanks