I have a long automation that basically turns off all lights and turns down all heat at night when i press a button.
The total time for this automation to run can be around 50 sec.
It looks like HA send a command to do each item and waits for a response before sending the next command to turn off the next item. Obviously some of the tasks must take a while. My question is simple…
Is their a nice way to run an automation where the commands are sent without waiting for the reply?