From b38a348957bd23c38a119abdaca32ce4952de4eb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 30 May 2024 09:29:28 -0400 Subject: [PATCH] Disable beta menu instead of hiding (#20906) --- src/panels/config/core/ha-config-section-updates.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/panels/config/core/ha-config-section-updates.ts b/src/panels/config/core/ha-config-section-updates.ts index 9f3191b7be..15a437b742 100644 --- a/src/panels/config/core/ha-config-section-updates.ts +++ b/src/panels/config/core/ha-config-section-updates.ts @@ -82,10 +82,13 @@ class HaConfigSectionUpdates extends LitElement { > ${this.hass.localize("ui.panel.config.updates.show_skipped")} - ${this._supervisorInfo && this._supervisorInfo.channel !== "dev" + ${this._supervisorInfo ? html`
  • - + ${this._supervisorInfo.channel === "stable" ? this.hass.localize("ui.panel.config.updates.join_beta") : this.hass.localize(