Skip to content

Commit 66349c1

Browse files
authored
fix: Fix _TZE204_m1wl5fvq not being detected as supported (#8017)
There was space at the end of the manufacturerName
1 parent 8941a0e commit 66349c1

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
@@ -3934,7 +3934,7 @@ const definitions: DefinitionWithExtend[] = [
39343934
{modelID: 'TS0601', manufacturerName: '_TZE200_1fuxihti'},
39353935
{modelID: 'TS0601', manufacturerName: '_TZE204_1fuxihti'},
39363936
{modelID: 'TS0601', manufacturerName: '_TZE204_57hjqelq'},
3937-
{modelID: 'TS0601', manufacturerName: '_TZE204_m1wl5fvq '},
3937+
{modelID: 'TS0601', manufacturerName: '_TZE204_m1wl5fvq'},
39383938
// Roller blinds:
39393939
{modelID: 'TS0601', manufacturerName: '_TZE200_fctwhugx'},
39403940
{modelID: 'TS0601', manufacturerName: '_TZE200_hsgrhjpf'},

0 commit comments

Comments
 (0)