From 9bcedcb4c588a9c17161d7f99e925fdcc170c983 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Tue, 8 Sep 2020 08:58:59 -0500 Subject: [PATCH] Remove added code that is not needed --- src/dialogs/more-info/ha-more-info-tab-history.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/dialogs/more-info/ha-more-info-tab-history.ts b/src/dialogs/more-info/ha-more-info-tab-history.ts index 847cc57d36..cbc2b5c8ec 100644 --- a/src/dialogs/more-info/ha-more-info-tab-history.ts +++ b/src/dialogs/more-info/ha-more-info-tab-history.ts @@ -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;