From 6877fd9e00e04ec8f772d7ec58d8e4b7339cec7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 2 Dec 2021 17:32:18 +0100 Subject: [PATCH] Hide updates for dev as well (#10761) --- hassio/src/dashboard/hassio-dashboard.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hassio/src/dashboard/hassio-dashboard.ts b/hassio/src/dashboard/hassio-dashboard.ts index 967136dece..917ff856a1 100644 --- a/hassio/src/dashboard/hassio-dashboard.ts +++ b/hassio/src/dashboard/hassio-dashboard.ts @@ -42,8 +42,7 @@ class HassioDashboard extends LitElement { )}
- ${this.hass.config.version.includes("dev") || - !atLeastVersion(this.hass.config.version, 2021, 12) + ${!atLeastVersion(this.hass.config.version, 2021, 12) ? html`