mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-08 00:47:47 +00:00
Remove added code that is not needed
This commit is contained in:
parent
c934ab8d37
commit
9bcedcb4c5
@ -85,10 +85,6 @@ export class MoreInfoTabHistoryDialog extends LitElement {
|
|||||||
clearInterval(this._historyRefreshInterval);
|
clearInterval(this._historyRefreshInterval);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.hass) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (changedProps.has("entityId")) {
|
if (changedProps.has("entityId")) {
|
||||||
this._stateHistory = undefined;
|
this._stateHistory = undefined;
|
||||||
this._entries = undefined;
|
this._entries = undefined;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user