Ensure "false" is set as default for "continue_on_timeout" (#7862)

This commit is contained in:
Philip Allgaier 2020-12-02 15:22:17 +01:00 committed by GitHub
parent daaf2b1796
commit 9ca84e0694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ export class HaWaitForTriggerAction extends LitElement
)}
>
<ha-switch
.checked=${continue_on_timeout}
.checked=${continue_on_timeout ?? true}
@change=${this._continueChanged}
></ha-switch>
</ha-formfield>