Fix backup back path (#12435)

This commit is contained in:
Joakim Sørensen 2022-04-26 15:29:56 +02:00 committed by GitHub
parent c1b65285c1
commit bb1e6bf35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,9 @@ export class HassioBackups extends LitElement {
selectable
hasFab
.mainPage=${!atLeastVersion(this.hass.config.version, 2021, 12)}
back-path="/config"
back-path=${atLeastVersion(this.hass.config.version, 2022, 5)
? "/config/system"
: "/config"}
supervisor
>
<ha-button-menu