mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 22:06:34 +00:00
Load missing component titles for ha-related-items (#7771)
This commit is contained in:
parent
d8521be63d
commit
c0aa353f83
@ -58,6 +58,7 @@ export class HaRelatedItems extends SubscribeMixin(LitElement) {
|
|||||||
getConfigEntries(this.hass).then((configEntries) => {
|
getConfigEntries(this.hass).then((configEntries) => {
|
||||||
this._entries = configEntries;
|
this._entries = configEntries;
|
||||||
});
|
});
|
||||||
|
this.hass.loadBackendTranslation("title");
|
||||||
}
|
}
|
||||||
|
|
||||||
protected updated(changedProps: PropertyValues) {
|
protected updated(changedProps: PropertyValues) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user