diff --git a/src/panels/config/automation/action/types/ha-automation-action-wait_template.ts b/src/panels/config/automation/action/types/ha-automation-action-wait_template.ts index 17c28ab665..06dbab6c26 100644 --- a/src/panels/config/automation/action/types/ha-automation-action-wait_template.ts +++ b/src/panels/config/automation/action/types/ha-automation-action-wait_template.ts @@ -33,7 +33,7 @@ export class HaWaitAction extends LitElement implements ActionElement { @property({ attribute: false }) public action!: WaitAction; public static get defaultConfig() { - return { wait_template: "" }; + return { wait_template: "", continue_on_timeout: true }; } protected render() {