mirror of
https://github.com/home-assistant/frontend.git
synced 2025-05-12 22:18:44 +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;
|
@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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user