mirror of
https://github.com/home-assistant/core.git
synced 2026-07-02 12:17:30 +01:00
Remove duplicate description in Tuya binary sensor (#173006)
This commit is contained in:
@@ -267,14 +267,7 @@ BINARY_SENSORS: dict[DeviceCategory, tuple[TuyaBinarySensorEntityDescription, ..
|
||||
),
|
||||
TAMPER_BINARY_SENSOR,
|
||||
),
|
||||
DeviceCategory.LDCG: (
|
||||
TuyaBinarySensorEntityDescription(
|
||||
key=DPCode.TEMPER_ALARM,
|
||||
device_class=BinarySensorDeviceClass.TAMPER,
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
TAMPER_BINARY_SENSOR,
|
||||
),
|
||||
DeviceCategory.LDCG: (TAMPER_BINARY_SENSOR,),
|
||||
DeviceCategory.MC: (
|
||||
TuyaBinarySensorEntityDescription(
|
||||
key=DPCode.STATUS,
|
||||
|
||||
Reference in New Issue
Block a user