Use info from PageNavigation entry if present

This commit is contained in:
Ludeeus 2021-10-25 14:34:17 +00:00
parent d05c76356f
commit c15ddd6e98

View File

@ -54,7 +54,8 @@ class HaConfigNavigation extends LitElement {
` `
: html` : html`
<div secondary> <div secondary>
${this.hass.localize( ${page.info ||
this.hass.localize(
`ui.panel.config.${page.component}.description` `ui.panel.config.${page.component}.description`
)} )}
</div> </div>