mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 13:07:49 +00:00
Display history-graph entries in the order they were specified (#3436)
This commit is contained in:
parent
70b06861d1
commit
b77372fc9a
@ -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,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user