1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Fix binary sensor history timeline not rendering properly (#28297)

This commit is contained in:
Petar Petrov
2025-12-03 11:18:32 +02:00
committed by GitHub
parent e7254b1587
commit d7e18b0520

View File

@@ -373,6 +373,7 @@ export class StateHistoryChartTimeline extends LitElement {
itemName: 3,
},
renderItem: this._renderItem,
progressive: 0,
});
});