From f77f831897db41b68abb0e09ccfd964017ff1345 Mon Sep 17 00:00:00 2001 From: koenkk Date: Tue, 23 May 2023 13:16:14 +0200 Subject: [PATCH] fix(detect): Detect `_TZ3210_it1u8ahz` as TuYa TS0505B_1_2. https://github.com/Koenkk/zigbee2mqtt/issues/17759 --- src/devices/tuya.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/tuya.js b/src/devices/tuya.js index 44a60dccdb768..6679108f51d3a 100644 --- a/src/devices/tuya.js +++ b/src/devices/tuya.js @@ -1284,6 +1284,7 @@ module.exports = [ tuya.whitelabel('Lidl', '399629_2110', 'Livarno Lux Ceiling Panel RGB+CCT', ['_TZ3210_c0s1xloa']), 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']), ], extend: tuya.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500], noConfigure: true}), configure: async (device, coordinatorEndpoint, logger) => {