mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
Add ability to continue scripts/automations on error (#70004)
This commit is contained in:
@@ -116,6 +116,7 @@ CONF_COMMAND_STATE: Final = "command_state"
|
||||
CONF_COMMAND_STOP: Final = "command_stop"
|
||||
CONF_CONDITION: Final = "condition"
|
||||
CONF_CONDITIONS: Final = "conditions"
|
||||
CONF_CONTINUE_ON_ERROR: Final = "continue_on_error"
|
||||
CONF_CONTINUE_ON_TIMEOUT: Final = "continue_on_timeout"
|
||||
CONF_COUNT: Final = "count"
|
||||
CONF_COVERS: Final = "covers"
|
||||
|
||||
Reference in New Issue
Block a user