diff --git a/src/dialogs/more-info/ha-more-info-history.ts b/src/dialogs/more-info/ha-more-info-history.ts index f9e14f6338..8bf93c3997 100644 --- a/src/dialogs/more-info/ha-more-info-history.ts +++ b/src/dialogs/more-info/ha-more-info-history.ts @@ -192,7 +192,8 @@ export class MoreInfoHistory extends LitElement { } } } - if (!isComponentLoaded(this.hass, "history") || this._subscribed) { + + if (!isComponentLoaded(this.hass, "history")) { return; } if (this._subscribed) {