Use 5minute lts data in history graphs

This commit is contained in:
Bram Kragten 2025-04-07 13:28:25 +02:00
parent 2ccc5355c4
commit 8878919694
2 changed files with 2 additions and 2 deletions

View File

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

View File

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