1
0
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:
epenet
2026-06-04 12:35:09 +02:00
committed by GitHub
parent 682f0ba217
commit 9e1abe6dfd
@@ -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,