From c0aa353f83c010db5addc5552161a073af0fcfa4 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 23 Nov 2020 10:48:32 +0100 Subject: [PATCH] Load missing component titles for ha-related-items (#7771) --- src/components/ha-related-items.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ha-related-items.ts b/src/components/ha-related-items.ts index 4596b453b5..4bdcdda1e9 100644 --- a/src/components/ha-related-items.ts +++ b/src/components/ha-related-items.ts @@ -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) {