Skip to content

Commit

Permalink
fix(detect): Detect _TZ1800_ho6i0zk9 as Lidl HG06336 (#6044)
Browse files Browse the repository at this point in the history
* Update lidl.js to add extra manufacturer for TY0203

* Add trailing comma
  • Loading branch information
chazsconi authored Aug 4, 2023
1 parent c7c2fdb commit 75b6e66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/devices/lidl.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,10 @@ module.exports = [
},
},
{
fingerprint: [{modelID: 'TY0203', manufacturerName: '_TZ1800_ejwkn2h2'}],
fingerprint: [
{modelID: 'TY0203', manufacturerName: '_TZ1800_ejwkn2h2'},
{modelID: 'TY0203', manufacturerName: '_TZ1800_ho6i0zk9'},
],
model: 'HG06336',
vendor: 'Lidl',
description: 'Silvercrest smart window and door sensor',
Expand Down

0 comments on commit 75b6e66

Please sign in to comment.