mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
Use 5minute lts data in history graphs
This commit is contained in:
parent
2ccc5355c4
commit
8878919694
@ -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"]
|
||||||
);
|
);
|
||||||
|
@ -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"]
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user