Revert "Avoid fetching unused stats state column for more info" (#16328)

Revert "Avoid fetching unused stats state column for more info (#16141)"

This reverts commit 49a14a7265f2233ab234abdf9e3a61e722d88f75.
This commit is contained in:
J. Nick Koston 2023-04-27 09:31:06 +02:00 committed by GitHub
parent 0c36600a81
commit 26bb1ba146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ declare global {
}
}
const statTypes: StatisticsTypes = ["min", "mean", "max"];
const statTypes: StatisticsTypes = ["state", "min", "mean", "max"];
@customElement("ha-more-info-history")
export class MoreInfoHistory extends LitElement {