Remove added code that is not needed

This commit is contained in:
Zack Arnett 2020-09-08 08:58:59 -05:00
parent c934ab8d37
commit 9bcedcb4c5

View File

@ -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;