From 9e1abe6dfd1dbcf757b8eebfe790b44e6680f7f8 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:35:09 +0200 Subject: [PATCH] Remove duplicate description in Tuya binary sensor (#173006) --- homeassistant/components/tuya/binary_sensor.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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,