mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-19 10:57:19 +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._endDate,
|
||||
statisticIds,
|
||||
"hour",
|
||||
"5minute",
|
||||
undefined,
|
||||
["mean", "state"]
|
||||
);
|
||||
|
@ -169,7 +169,7 @@ export class HuiHistoryGraphCard extends LitElement implements LovelaceCard {
|
||||
start,
|
||||
now,
|
||||
this._entityIds,
|
||||
"hour",
|
||||
"5minute",
|
||||
undefined,
|
||||
["mean", "state"]
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user