mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Disable backup by default for update more info (#23307)
This commit is contained in:
parent
efcd57934a
commit
ec324ab09f
@ -146,7 +146,6 @@ class MoreInfoUpdate extends LitElement {
|
||||
</span>
|
||||
<ha-switch
|
||||
id="create-backup"
|
||||
checked
|
||||
.disabled=${updateIsInstalling(this.stateObj)}
|
||||
></ha-switch>
|
||||
</ha-settings-row>
|
||||
@ -234,7 +233,7 @@ class MoreInfoUpdate extends LitElement {
|
||||
if (createBackupSwitch) {
|
||||
return createBackupSwitch.checked;
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
private _handleInstall(): void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user