From 09ef72647e3e320f44970d1a1159647675582860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 27 Oct 2021 09:17:53 +0200 Subject: [PATCH] Add running to not inverted (#10420) --- src/components/chart/state-history-chart-timeline.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/chart/state-history-chart-timeline.ts b/src/components/chart/state-history-chart-timeline.ts index 85de3ea9f7..f472197400 100644 --- a/src/components/chart/state-history-chart-timeline.ts +++ b/src/components/chart/state-history-chart-timeline.ts @@ -24,6 +24,7 @@ const BINARY_SENSOR_DEVICE_CLASS_COLOR_NOT_INVERTED = new Set([ "plug", "power", "presence", + "running", "update", ]);