From f66755cbf1db65349cd8356798566651689f337c Mon Sep 17 00:00:00 2001 From: Kyle Niewiada Date: Fri, 1 Oct 2021 14:12:05 -0400 Subject: [PATCH] Fix inverted motion chart colors (#10128) --- 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 fc0b5ec4b5..7fa9d4d552 100644 --- a/src/components/chart/state-history-chart-timeline.ts +++ b/src/components/chart/state-history-chart-timeline.ts @@ -21,6 +21,7 @@ const BINARY_SENSOR_DEVICE_CLASS_COLOR_INVERTED = new Set([ "garage_door", "gas", "lock", + "motion", "opening", "problem", "safety",