mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Always send homeassistant for partial restore (#10927)
This commit is contained in:
parent
99bf6fa781
commit
07cd68f5d0
@ -350,9 +350,7 @@ export class SupervisorBackupContent extends LitElement {
|
|||||||
if (folders?.length) {
|
if (folders?.length) {
|
||||||
data.folders = folders;
|
data.folders = folders;
|
||||||
}
|
}
|
||||||
if (this.homeAssistant) {
|
data.homeassistant = this.homeAssistant;
|
||||||
data.homeassistant = this.homeAssistant;
|
|
||||||
}
|
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user