diff --git a/homeassistant/components/tuya/binary_sensor.py b/homeassistant/components/tuya/binary_sensor.py index 4c9cf260115..52520b844ee 100644 --- a/homeassistant/components/tuya/binary_sensor.py +++ b/homeassistant/components/tuya/binary_sensor.py @@ -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,