Update history chart when entity change in the more info dialog (#16794)

This commit is contained in:
Paul Bottein 2023-06-06 11:14:11 +02:00 committed by GitHub
parent 7b8f4d1e72
commit fd1381ab3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {