85
Ohhh that's why you run actions in Parallel
(feddit.nl)
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk
Parallel stuff is also used for... Well, some sequences you want to run in parallel.
That was insightful
Could you give som examples of where it’s desirable ?
Let's say you have 2 scripts that do some stuff:
If you want those things to happen independently you must parallelize them.
So think about an automation that at a certain point you want to launch multiple scripts. I'd always parallelize, even if initially these scripts were "instantaneous", because you might change these and add more complexities in the future.