mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Fix wait for trigger (#7089)
This commit is contained in:
parent
b9c41d8f99
commit
e7e7912519
@ -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
|
||||
<br />
|
||||
<ha-formfield
|
||||
.label=${this.hass.localize(
|
||||
"ui.panel.config.automation.editor.actions.type.wait_for_trigger.timeout"
|
||||
"ui.panel.config.automation.editor.actions.type.wait_for_trigger.continue_timeout"
|
||||
)}
|
||||
>
|
||||
<ha-switch
|
||||
|
Loading…
x
Reference in New Issue
Block a user