From 6b6736a9f534e94042efd5c55cf52f6e49388cdb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 23 Mar 2022 15:43:24 -0700 Subject: [PATCH] Lint --- .../developer-tools/statistics/developer-tools-statistics.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/panels/developer-tools/statistics/developer-tools-statistics.ts b/src/panels/developer-tools/statistics/developer-tools-statistics.ts index 9cd52ca9a9..35ee4795b9 100644 --- a/src/panels/developer-tools/statistics/developer-tools-statistics.ts +++ b/src/panels/developer-tools/statistics/developer-tools-statistics.ts @@ -212,6 +212,8 @@ class HaPanelDevStatistics extends SubscribeMixin(LitElement) { source: "", state: this.hass.states[statisticId], issues: issues[statisticId], + has_sum: false, + has_mean: false, }); } });