1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add parallel automation/script actions (#69903)

This commit is contained in:
Franck Nijhof
2022-04-13 22:07:44 +02:00
committed by GitHub
parent 3df6d26712
commit d704d4f853
4 changed files with 282 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ CONF_NAME: Final = "name"
CONF_OFFSET: Final = "offset"
CONF_OPTIMISTIC: Final = "optimistic"
CONF_PACKAGES: Final = "packages"
CONF_PARALLEL: Final = "parallel"
CONF_PARAMS: Final = "params"
CONF_PASSWORD: Final = "password"
CONF_PATH: Final = "path"