It would be great if repeat actions had an option to let the sequence run in parallel for each of the repeat runs.
The parallel option has been added for service calls in a sequence in one of the latest versions, but for repeat that doesn’t work. If you would have a wait or delay in the repeat sequence, they will wait on each other. To avoid that, you’d need to call another script.
Haha yes! This is like one of the last things I really miss since migrating my automations from node red to HA. In NR any time I needed a loop I would use split and do everything in parallel, I rarely ever wanted processing of one item to wait for others to complete first. Now I can’t do that anymore