Skip to content

Commit

Permalink
fix(detect): Detect _TZ3000_zl1kmjqx as Tuya IH-K009 (#8407)
Browse files Browse the repository at this point in the history
Co-authored-by: Koen Kanters <[email protected]>
  • Loading branch information
Namikson and Koenkk authored Dec 1, 2024
1 parent 33da00c commit 39eef27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3161,7 +3161,10 @@ const definitions: DefinitionWithExtend[] = [
},
},
{
fingerprint: [...tuya.fingerprint('TS0201', ['_TZ3000_dowj6gyi', '_TZ3000_8ybe88nf']), {manufacturerName: '_TZ3000_zl1kmjqx'}],
fingerprint: [
...tuya.fingerprint('TS0201', ['_TZ3000_dowj6gyi', '_TZ3000_8ybe88nf', '_TZ3000_akqdg6g7']),
{manufacturerName: '_TZ3000_zl1kmjqx'},
],
model: 'IH-K009',
vendor: 'Tuya',
description: 'Temperature & humidity sensor',
Expand Down

0 comments on commit 39eef27

Please sign in to comment.