Fix switchbot binary sensor translation key (#92557)
This commit is contained in:
@@ -57,7 +57,7 @@ BINARY_SENSOR_TYPES: dict[str, BinarySensorEntityDescription] = {
|
||||
),
|
||||
"unlocked_alarm": BinarySensorEntityDescription(
|
||||
key="unlocked_alarm",
|
||||
translation_key="door_unclosed_alarm",
|
||||
translation_key="door_unlocked_alarm",
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
device_class=BinarySensorDeviceClass.PROBLEM,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user