mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 05:27:46 +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({
|
this.setProperties({
|
||||||
_cacheConfig: {
|
_cacheConfig: {
|
||||||
cacheKey: _entities.sort().join(),
|
cacheKey: _entities.join(),
|
||||||
hoursToShow: config.hours_to_show || 24,
|
hoursToShow: config.hours_to_show || 24,
|
||||||
refresh: config.refresh_interval || 0,
|
refresh: config.refresh_interval || 0,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user