From be244b3d00c1878afd085ac7397529196d1a5f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 30 Jun 2021 12:00:33 +0200 Subject: [PATCH] Rename hassos -> haos (#9477) --- hassio/src/dashboard/hassio-update.ts | 2 +- hassio/src/system/hassio-host-info.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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")} `