From e7e7912519a98c7b88c00640f327f4e5def4e1bf Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 22 Sep 2020 10:58:43 +0200 Subject: [PATCH] Fix wait for trigger (#7089) --- .../action/types/ha-automation-action-wait_for_trigger.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panels/config/automation/action/types/ha-automation-action-wait_for_trigger.ts b/src/panels/config/automation/action/types/ha-automation-action-wait_for_trigger.ts index 2d99185f5a..e12af7d52a 100644 --- a/src/panels/config/automation/action/types/ha-automation-action-wait_for_trigger.ts +++ b/src/panels/config/automation/action/types/ha-automation-action-wait_for_trigger.ts @@ -17,7 +17,7 @@ export class HaWaitForTriggerAction extends LitElement @property() public action!: WaitForTriggerAction; public static get defaultConfig() { - return { wait_for_trigger: [], timeout: "" }; + return { wait_for_trigger: [] }; } protected render() { @@ -35,7 +35,7 @@ export class HaWaitForTriggerAction extends LitElement