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

View File

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