diff --git a/hassio/src/dashboard/hassio-update.ts b/hassio/src/dashboard/hassio-update.ts index 21836b1c1a..7947a5372c 100644 --- a/hassio/src/dashboard/hassio-update.ts +++ b/hassio/src/dashboard/hassio-update.ts @@ -86,7 +86,7 @@ export class HassioUpdate extends LitElement { "hassio/supervisor/update", `https://github.com//home-assistant/hassio/releases/tag/${this.supervisor.supervisor.version_latest}` )} - ${this.supervisor.host.features.includes("hassos") + ${this.supervisor.host.features.includes("haos") ? this._renderUpdateCard( "Operating System", "os", diff --git a/hassio/src/system/hassio-host-info.ts b/hassio/src/system/hassio-host-info.ts index 1381bf291a..60256bbe64 100644 --- a/hassio/src/system/hassio-host-info.ts +++ b/hassio/src/system/hassio-host-info.ts @@ -113,7 +113,7 @@ class HassioHostInfo extends LitElement { ` : ""} - ${!this.supervisor.host.features.includes("hassos") + ${!this.supervisor.host.features.includes("haos") ? html` ${this.supervisor.localize("system.host.docker_version")} @@ -190,7 +190,7 @@ class HassioHostInfo extends LitElement { ${this.supervisor.localize("system.host.hardware")} - ${this.supervisor.host.features.includes("hassos") + ${this.supervisor.host.features.includes("haos") ? html` ${this.supervisor.localize("system.host.import_from_usb")} `