Fix inverted motion chart colors (#10128)

This commit is contained in:
Kyle Niewiada 2021-10-01 14:12:05 -04:00 committed by GitHub
parent 257e60a2b1
commit f66755cbf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ const BINARY_SENSOR_DEVICE_CLASS_COLOR_INVERTED = new Set([
"garage_door", "garage_door",
"gas", "gas",
"lock", "lock",
"motion",
"opening", "opening",
"problem", "problem",
"safety", "safety",