mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +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>
|
</span>
|
||||||
<ha-switch
|
<ha-switch
|
||||||
id="create-backup"
|
id="create-backup"
|
||||||
checked
|
|
||||||
.disabled=${updateIsInstalling(this.stateObj)}
|
.disabled=${updateIsInstalling(this.stateObj)}
|
||||||
></ha-switch>
|
></ha-switch>
|
||||||
</ha-settings-row>
|
</ha-settings-row>
|
||||||
@ -234,7 +233,7 @@ class MoreInfoUpdate extends LitElement {
|
|||||||
if (createBackupSwitch) {
|
if (createBackupSwitch) {
|
||||||
return createBackupSwitch.checked;
|
return createBackupSwitch.checked;
|
||||||
}
|
}
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private _handleInstall(): void {
|
private _handleInstall(): void {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user