Load missing component titles for ha-related-items (#7771)

This commit is contained in:
Philip Allgaier 2020-11-23 10:48:32 +01:00 committed by GitHub
parent d8521be63d
commit c0aa353f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,7 @@ export class HaRelatedItems extends SubscribeMixin(LitElement) {
getConfigEntries(this.hass).then((configEntries) => {
this._entries = configEntries;
});
this.hass.loadBackendTranslation("title");
}
protected updated(changedProps: PropertyValues) {