From 26bb1ba14683cf4d38602aef9c00b924a51d6efa Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 27 Apr 2023 09:31:06 +0200 Subject: [PATCH] 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. --- src/dialogs/more-info/ha-more-info-history.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {