Fix create backup toggle ignored (#22652)

This commit is contained in:
Paul Bottein 2024-11-04 11:27:04 +01:00 committed by GitHub
parent 20d3681da3
commit 32b5d67806
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,7 +143,7 @@ class MoreInfoUpdate extends LitElement {
)} )}
</span> </span>
<ha-switch <ha-switch
id="create_backup" id="create-backup"
checked checked
.disabled=${updateIsInstalling(this.stateObj)} .disabled=${updateIsInstalling(this.stateObj)}
></ha-switch> ></ha-switch>