Is it better to make all automations in parallel or reload instead of the default (single).
Especially when using on-off triggers it seems to miss if the triggers, if they are very close and the automation takes some time to do something. But actually the last state is the most important one.
For example motion > light on > no motion > light off. If the action to set the light on takes longer it will never switch off. But if queued is used it will switch on first, then switch off. I guess with single it would only switch off, because the switch on trigger is restart and then the condition is different.
I guess only time critical (like a series of events) should be done with single to make sure it runs through completely.
Does this make any sense?