From f611049517269059e37c11c6a46a3fd24abe4ff7 Mon Sep 17 00:00:00 2001 From: Zack Barett Date: Mon, 27 Jun 2022 03:55:12 -0500 Subject: [PATCH] Remove Restart Moved Tip (#13009) --- src/panels/config/core/ha-config-system-navigation.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/panels/config/core/ha-config-system-navigation.ts b/src/panels/config/core/ha-config-system-navigation.ts index e8a9584326..210e9b3bf3 100644 --- a/src/panels/config/core/ha-config-system-navigation.ts +++ b/src/panels/config/core/ha-config-system-navigation.ts @@ -139,12 +139,6 @@ class HaConfigSystemNavigation extends LitElement { hasSecondary > - ${this.hass.userData?.showAdvanced - ? html` - Looking for YAML Configuration? It has moved to - Developer Tools - ` - : ""} `;