Fix continue_on_timeout default on wait_template automation visual editor ()

This commit is contained in:
Bruno Maia 2022-04-29 15:37:35 +01:00 committed by GitHub
parent 0108ec65cf
commit 671c8e387f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ export class HaWaitAction extends LitElement implements ActionElement {
@property({ attribute: false }) public action!: WaitAction; @property({ attribute: false }) public action!: WaitAction;
public static get defaultConfig() { public static get defaultConfig() {
return { wait_template: "" }; return { wait_template: "", continue_on_timeout: true };
} }
protected render() { protected render() {