diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index 203f754667185..eaafed6d4960f 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -904,8 +904,6 @@ const definitions: Definition[] = [ tuya.whitelabel('Lidl', 'HG08007', 'Livarno Home outdoor LED band', ['_TZ3210_zbabx9wh']), tuya.whitelabel('Lidl', '399629_2110', 'Livarno Lux Ceiling Panel RGB+CCT', ['_TZ3210_c0s1xloa', '_TZ3210_x13bu7za']), tuya.whitelabel('Skydance', 'WZ5_dim_2', 'Zigbee & RF 5 in 1 LED controller (DIM mode)', ['_TZB210_3zfp8mki']), - tuya.whitelabel('TuYa', 'TS0505B_1_1', 'Zigbee 3.0 18W led light bulb E27 RGBCW', ['_TZ3210_jd3z4yig']), - tuya.whitelabel('TuYa', 'TS0505B_1_2', 'Zigbee E14 dimmable smart bulb RGB+CW+WW', ['_TZ3210_it1u8ahz']), tuya.whitelabel('TuYa', 'TS0505B_1_3', 'Zigbee 10W Downlight RGB CCW', ['_TZ3210_it1u8ahz']), tuya.whitelabel('Nous', 'P3Z', 'Smart light bulb', ['_TZ3210_cieijuw1']), tuya.whitelabel('Moes', 'ZLD-RCW_1', 'RGB+CCT Zigbee LED controller', ['_TZ3000_7hcgjxpc']), @@ -917,16 +915,18 @@ const definitions: Definition[] = [ }, }, { - fingerprint: tuya.fingerprint('TS0505B', ['_TZ3210_iystcadi']), + fingerprint: tuya.fingerprint('TS0505B', ['_TZ3210_iystcadi', '_TZ3210_mja6r5ix', '_TZ3210_it1u8ahz', '_TZ3210_jd3z4yig']), model: 'TS0505B_2', vendor: 'TuYa', 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_1_1', 'Zigbee 3.0 18W led light bulb E27 RGBCW', ['_TZ3210_mja6r5ix', '_TZ3210_jd3z4yig']), + tuya.whitelabel('Tuya', 'TS0505B_1_2', 'Zigbee GU10/E14 5W smart bulb', ['_TZ3210_it1u8ahz']), ], toZigbee: [tz.on_off, tzLocal.led_control], fromZigbee: [fz.on_off, fz.tuya_led_controller, fz.brightness, fz.ignore_basic_report], - exposes: [e.light_brightness_colortemp_colorhs([153, 500]).removeFeature('color_temp_startup')], + exposes: [e.light_brightness_colortemp_colorhs([143, 500]).removeFeature('color_temp_startup')], configure: async (device, coordinatorEndpoint, logger) => { device.getEndpoint(1).saveClusterAttributeKeyValue('lightingColorCtrl', {colorCapabilities: 29}); },