Compare commits

...

1 Commits

Author SHA1 Message Date
Ludeeus
c15ddd6e98 Use info from PageNavigation entry if present 2021-10-25 14:34:17 +00:00

View File

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