From 69cdfb93428647259142699be7d11e281b0267a4 Mon Sep 17 00:00:00 2001 From: Otnow <38351800+Otnow@users.noreply.github.com> Date: Sat, 26 Aug 2023 15:19:36 +0300 Subject: [PATCH] Add `whiteLabel` for Xiaomi `LGYCDD01LM` --- src/devices/xiaomi.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/devices/xiaomi.ts b/src/devices/xiaomi.ts index 37c6f18dd0a57..d9a5073e7bc18 100644 --- a/src/devices/xiaomi.ts +++ b/src/devices/xiaomi.ts @@ -965,8 +965,9 @@ const definitions: Definition[] = [ }, { zigbeeModel: ['lumi.light.acn132'], - model: 'RLS-K01D', + model: 'LGYCDD01LM', vendor: 'Xiaomi', + whiteLabel: [{vendor: 'Xiaomi', model: 'RLS-K01D'}], description: 'Aqara Zigbee 3.0 LED strip T1', extend: extend.light_onoff_brightness_colortemp_color( {disableEffect: true, disablePowerOnBehavior: true, disableColorTempStartup: true, colorTempRange: [153, 370]}),