Skip to content

Commit

Permalink
fix(detect): Detect _TZE200_libht6ua as Tuya TS0601_cover_6 (#7821)
Browse files Browse the repository at this point in the history
* Update tuya.ts

Fix  _TZE200_libht6ua

* Update tuya.ts
  • Loading branch information
cptjhmiller authored Aug 3, 2024
1 parent 4dc632c commit 88f7ce7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 88f7ce7

Please sign in to comment.