diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index 8d78788135060..ba87876bb5261 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -4476,7 +4476,9 @@ const definitions: Definition[] = [ ], fromZigbee: [fz.battery, fz.ias_vibration_alarm_1_with_timeout], toZigbee: [tz.TS0210_sensitivity], - exposes: [e.battery(), e.battery_voltage(), e.vibration(), e.numeric('sensitivity', ea.STATE_SET).withValueMin(0).withValueMax(50)], + exposes: [e.battery(), e.battery_voltage(), e.vibration(), + e.numeric('sensitivity', ea.STATE_SET).withValueMin(0).withValueMax(50) + .withDescription('Sensitivty of the sensor, press button on the device right before changing this')], }, { fingerprint: [{modelID: 'TS011F', manufacturerName: '_TZ3000_8bxrzyxz'},