Compare commits

...

1 Commits

Author SHA1 Message Date
Bram Kragten
8878919694 Use 5minute lts data in history graphs 2025-04-07 13:28:25 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -315,7 +315,7 @@ class HaPanelHistory extends LitElement {
this._startDate,
this._endDate,
statisticIds,
"hour",
"5minute",
undefined,
["mean", "state"]
);

View File

@@ -169,7 +169,7 @@ export class HuiHistoryGraphCard extends LitElement implements LovelaceCard {
start,
now,
this._entityIds,
"hour",
"5minute",
undefined,
["mean", "state"]
);