Add running to not inverted (#10420)

This commit is contained in:
Joakim Sørensen 2021-10-27 09:17:53 +02:00 committed by GitHub
parent da38e6f986
commit 09ef72647e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ const BINARY_SENSOR_DEVICE_CLASS_COLOR_NOT_INVERTED = new Set([
"plug",
"power",
"presence",
"running",
"update",
]);