mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-06 16:07:48 +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);
|
||||
}
|
||||
|
||||
if (!this.hass) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (changedProps.has("entityId")) {
|
||||
this._stateHistory = undefined;
|
||||
this._entries = undefined;
|
||||
|
Loading…
x
Reference in New Issue
Block a user