mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 21:36:36 +00:00
Hide updates for dev as well (#10761)
This commit is contained in:
parent
4cc104a99f
commit
6877fd9e00
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user