Classify binary sensor locks active state as alert (= red) (#14761)

fixes undefined
This commit is contained in:
Philip Allgaier 2022-12-14 09:44:43 +01:00 committed by GitHub
parent 6aba5c1017
commit 498102ddd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ const ALERTING_DEVICE_CLASSES = new Set([
"carbon_monoxide", "carbon_monoxide",
"gas", "gas",
"heat", "heat",
"lock",
"moisture", "moisture",
"problem", "problem",
"safety", "safety",