mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
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