diff --git a/src/panels/lovelace/cards/hui-history-graph-card.js b/src/panels/lovelace/cards/hui-history-graph-card.js index 737eaa8891..453ffe22ab 100644 --- a/src/panels/lovelace/cards/hui-history-graph-card.js +++ b/src/panels/lovelace/cards/hui-history-graph-card.js @@ -75,7 +75,7 @@ class HuiHistoryGraphCard extends PolymerElement { this.setProperties({ _cacheConfig: { - cacheKey: _entities.sort().join(), + cacheKey: _entities.join(), hoursToShow: config.hours_to_show || 24, refresh: config.refresh_interval || 0, },