diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index 76ebd953d72aa..a6947d844bb19 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -1584,7 +1584,11 @@ const definitions: DefinitionWithExtend[] = [ tuya.whitelabel('Moes', 'ZB-TDA9-RCW-E27-MS', 'RGB+CCT 9W E27 LED bulb', ['_TZ3210_wxa85bwk']), tuya.whitelabel('Moes', 'ZB-LZD10-RCW', '10W RGB+CCT Smart Downlight', ['_TZ3210_s9lumfhn', '_TZ3210_jjqdqxfq']), tuya.whitelabel('MiBoxer', 'FUT106ZR', 'GU10 bulb', ['_TZB210_rwy5hexp']), - tuya.whitelabel('Tuya', 'TS0505B_1_1', 'Zigbee 3.0 18W led light bulb E27 RGBCW', ['_TZ3210_jd3z4yig', '_TZ3210_r5afgmkl']), + tuya.whitelabel('Tuya', 'TS0505B_1_1', 'Zigbee 3.0 18W led light bulb E27 RGBCW', [ + '_TZ3210_jd3z4yig', + '_TZ3210_r5afgmkl', + '_TZ3210_mja6r5ix', + ]), tuya.whitelabel('MiBoxer', 'FUTC11ZR', 'Outdoor light', ['_TZB210_zmppwawa']), ], extend: [tuya.modernExtend.tuyaLight({colorTemp: {range: [153, 500]}, color: true})], @@ -1599,7 +1603,6 @@ const definitions: DefinitionWithExtend[] = [ description: 'Zigbee RGB+CCT light', whiteLabel: [ tuya.whitelabel('Lidl', '14149505L/14149506L_2', 'Livarno Lux light bar RGB+CCT (black/white)', ['_TZ3210_iystcadi']), - tuya.whitelabel('Tuya', 'TS0505B_2_1', 'Zigbee 3.0 18W led light bulb E27 RGBCW', ['_TZ3210_mja6r5ix']), tuya.whitelabel('Tuya', 'TS0505B_2_2', 'Zigbee GU10/E14 5W smart bulb', ['_TZ3210_it1u8ahz']), ], toZigbee: [tz.on_off, tzLocal.led_control, tuya.tz.do_not_disturb],