From fd1381ab3b911aff0e074ea5dee8306807c7fb07 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 6 Jun 2023 11:14:11 +0200 Subject: [PATCH] Update history chart when entity change in the more info dialog (#16794) --- src/dialogs/more-info/ha-more-info-history.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {