Fix switchbot binary sensor translation key (#92557)
This commit is contained in:
parent
b222c58642
commit
8001ed865d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ BINARY_SENSOR_TYPES: dict[str, BinarySensorEntityDescription] = {
|
||||||
),
|
),
|
||||||
"unlocked_alarm": BinarySensorEntityDescription(
|
"unlocked_alarm": BinarySensorEntityDescription(
|
||||||
key="unlocked_alarm",
|
key="unlocked_alarm",
|
||||||
translation_key="door_unclosed_alarm",
|
translation_key="door_unlocked_alarm",
|
||||||
entity_category=EntityCategory.DIAGNOSTIC,
|
entity_category=EntityCategory.DIAGNOSTIC,
|
||||||
device_class=BinarySensorDeviceClass.PROBLEM,
|
device_class=BinarySensorDeviceClass.PROBLEM,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue