Skip to content

Commit 400fa2c

Browse files
committed
fix(detect): Detect _TZE204_2imwyigp as Tuya MG-ZG03W Koenkk/zigbee2mqtt#20265
1 parent 9c3433f commit 400fa2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/tuya.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2880,7 +2880,7 @@ const definitions: DefinitionWithExtend[] = [
28802880
},
28812881
},
28822882
{
2883-
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_go3tvswy']),
2883+
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_go3tvswy', '_TZE204_2imwyigp']),
28842884
model: 'MG-ZG03W',
28852885
vendor: 'Tuya',
28862886
description: '3 gang switch',

0 commit comments

Comments
 (0)