mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 14:26:35 +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>
|
</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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user