From 88f7ce70c9ba627fa2fe1988f21e776f12a988b8 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sat, 3 Aug 2024 11:12:06 +0100 Subject: [PATCH] fix(detect): Detect `_TZE200_libht6ua` as Tuya TS0601_cover_6 (#7821) * Update tuya.ts Fix _TZE200_libht6ua * Update tuya.ts --- src/devices/tuya.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index e0bf4e2059336..cfeb0bae0b686 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -3776,7 +3776,6 @@ const definitions: Definition[] = [ {modelID: 'TS0601', manufacturerName: '_TZE200_1fuxihti'}, {modelID: 'TS0601', manufacturerName: '_TZE204_1fuxihti'}, {modelID: 'TS0601', manufacturerName: '_TZE204_57hjqelq'}, - {modelID: 'TS0601', manufacturerName: '_TZE200_libht6ua'}, // Roller blinds: {modelID: 'TS0601', manufacturerName: '_TZE200_fctwhugx'}, {modelID: 'TS0601', manufacturerName: '_TZE200_hsgrhjpf'}, @@ -3851,7 +3850,11 @@ const definitions: Definition[] = [ exposes: [e.cover_position().setAccess('position', ea.STATE_SET)], }, { - fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_cpbo62rn'}], + fingerprint: [ + // Curtain motors: + {modelID: 'TS0601', manufacturerName: '_TZE200_cpbo62rn'}, + {modelID: 'TS0601', manufacturerName: '_TZE200_libht6ua'}, + ], model: 'TS0601_cover_6', vendor: 'Tuya', description: 'Cover motor',