mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-26 14:27:20 +00:00
Fix continue_on_timeout
default on wait_template
automation visual editor (#12511)
This commit is contained in:
parent
0108ec65cf
commit
671c8e387f
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user