From b2316dc792a0e8511cbc396c903ff165580d947f Mon Sep 17 00:00:00 2001 From: dynasticorpheus Date: Sun, 12 Jan 2025 14:08:36 +0100 Subject: [PATCH] fix(detect): Detect `_TZ3000_v1w2k9dd` as Tuya ZY-ZTH02 (#8591) --- src/devices/tuya.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index 352e2d4deedf8..0aff604d19182 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -3118,6 +3118,7 @@ const definitions: DefinitionWithExtend[] = [ {vendor: 'BlitzWolf', model: 'BW-IS4'}, tuya.whitelabel('Tuya', 'TS0201_1', 'Zigbee 3.0 temperature humidity sensor with display', ['_TZ3210_alxkwn0h']), tuya.whitelabel('Tuya', 'ZTH01/ZTH02', 'Temperature and humidity sensor', ['_TZ3000_0s1izerx']), + tuya.whitelabel('Tuya', 'ZY-ZTH02', 'Temperature and humidity sensor', ['_TZ3000_v1w2k9dd']), tuya.whitelabel('SEDEA', 'eTH730', 'Temperature and humidity sensor', ['_TZ3000_lqmvrwa2']), tuya.whitelabel('Danfoss', '014G2480', 'Temperature and humidity sensor', ['_TZ3000_mxzo5rhf']), ],