Remove Restart Moved Tip (#13009)

This commit is contained in:
Zack Barett 2022-06-27 03:55:12 -05:00 committed by GitHub
parent 45fa8c272f
commit f611049517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,12 +139,6 @@ class HaConfigSystemNavigation extends LitElement {
hasSecondary hasSecondary
></ha-navigation-list> ></ha-navigation-list>
</ha-card> </ha-card>
${this.hass.userData?.showAdvanced
? html`<ha-tip>
Looking for YAML Configuration? It has moved to
<a href="/developer-tools/yaml">Developer Tools</a>
</ha-tip>`
: ""}
</ha-config-section> </ha-config-section>
</hass-subpage> </hass-subpage>
`; `;