diff --git a/src/dialogs/more-info/ha-more-info-history.ts b/src/dialogs/more-info/ha-more-info-history.ts index 464d0a0e09..f9e14f6338 100644 --- a/src/dialogs/more-info/ha-more-info-history.ts +++ b/src/dialogs/more-info/ha-more-info-history.ts @@ -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 {