Climate function to set time

Hi

now that tado has gone a bit balls-up I have moved to the homebridge version (inside HA) which exposes all the entities nicely.

The problem I have is that with tado.set_timer I was able to set a time and a temperature on the TRVs - now I can only really set a temp using climate.set_temperature, but I cannot set a duration - is there any easy way to do this?

I appreciate I can do it with setting up an automation ‘if climate.room state changes to HEAT for 20 minutes then turn climate.room OFF’ - but this means a seperate automation for each room and also difficult to just change the durations whenever i want.

Is there a better solution.

Try to group them using helpers like group so that you can control two or more trvs.

Thanks - im not so worried about grouping them, its about using the climate.set_temperature thing to specify a time that the temperature should be set and then go back to ‘off’ setting that i am concerned about.