mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Update history chart when entity change in the more info dialog (#16794)
This commit is contained in:
parent
7b8f4d1e72
commit
fd1381ab3b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user