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 Bram Kragten
parent d8b4611c24
commit d121c1cd18
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

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",