mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Ensure "false" is set as default for "continue_on_timeout" (#7862)
This commit is contained in:
parent
daaf2b1796
commit
9ca84e0694
@ -39,7 +39,7 @@ export class HaWaitForTriggerAction extends LitElement
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<ha-switch
|
<ha-switch
|
||||||
.checked=${continue_on_timeout}
|
.checked=${continue_on_timeout ?? true}
|
||||||
@change=${this._continueChanged}
|
@change=${this._continueChanged}
|
||||||
></ha-switch>
|
></ha-switch>
|
||||||
</ha-formfield>
|
</ha-formfield>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user