mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-04 06:57:47 +00:00
review
This commit is contained in:
parent
690e2a3aa9
commit
1e4a3c398b
@ -249,7 +249,7 @@ class HistoryStream {
|
|||||||
streamMessage.states[entityId]
|
streamMessage.states[entityId]
|
||||||
);
|
);
|
||||||
if (
|
if (
|
||||||
streamMessage.states[entityId][0].lu > lastEntityCombinedHistory.lu
|
streamMessage.states[entityId][0].lu < lastEntityCombinedHistory.lu
|
||||||
) {
|
) {
|
||||||
// If the history is out of order we have to sort it.
|
// If the history is out of order we have to sort it.
|
||||||
newHistory[entityId] = newHistory[entityId].sort(
|
newHistory[entityId] = newHistory[entityId].sort(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user