Skip to content

Commit

Permalink
Revert "Avoid fetching unused stats state column for more info" (home…
Browse files Browse the repository at this point in the history
…-assistant#16328)

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

This reverts commit 49a14a7.
  • Loading branch information
bdraco authored Apr 27, 2023
1 parent 0c36600 commit 26bb1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/more-info/ha-more-info-history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 26bb1ba

Please sign in to comment.