Hide updates for dev as well (#10761)

This commit is contained in:
Joakim Sørensen 2021-12-02 17:32:18 +01:00 committed by GitHub
parent 4cc104a99f
commit 6877fd9e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@ class HassioDashboard extends LitElement {
)}
</span>
<div class="content">
${this.hass.config.version.includes("dev") ||
!atLeastVersion(this.hass.config.version, 2021, 12)
${!atLeastVersion(this.hass.config.version, 2021, 12)
? html`
<hassio-update
.hass=${this.hass}