mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Avoid fetching unused stats state column for more info (#16141)
This commit is contained in:
parent
6a5568ad4f
commit
49a14a7265
@ -27,7 +27,7 @@ declare global {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const statTypes: StatisticsTypes = ["state", "min", "mean", "max"];
|
const statTypes: StatisticsTypes = ["min", "mean", "max"];
|
||||||
|
|
||||||
@customElement("ha-more-info-history")
|
@customElement("ha-more-info-history")
|
||||||
export class MoreInfoHistory extends LitElement {
|
export class MoreInfoHistory extends LitElement {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user