diff --git a/custom_card.json b/custom_card.json index 0ec5f5e..1b66149 100644 --- a/custom_card.json +++ b/custom_card.json @@ -1,6 +1,6 @@ { "lovelace-home-feed-card": { - "version": "0.2.11b5", + "version": "0.2.11b7", "remote_location": "https://raw.githubusercontent.com/gadgetchnnel/lovelace-home-feed-card/master/lovelace-home-feed-card.js", "visit_repo": "https://github.com/gadgetchnnel/lovelace-home-feed-card", "changelog": "https://github.com/gadgetchnnel/lovelace-home-feed-card" diff --git a/lovelace-home-feed-card.js b/lovelace-home-feed-card.js index 9d39e71..aac0e97 100644 --- a/lovelace-home-feed-card.js +++ b/lovelace-home-feed-card.js @@ -780,7 +780,7 @@ class HomeFeedCard extends LitElement { set hass(hass) { this._hass = hass; - if(this.moment && this.helpers){ + if(this.moment && this.helpers && this._config.entities){ this.refreshEntityHistory().then(() => {}); } this.buildIfReady();