Skip to content

Commit

Permalink
fix(detect): Detect SNZB-05 as Tuya TS0207_water_leak_detector Koen…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Nov 14, 2024
1 parent 8e8cefc commit 4c83855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ const definitions: DefinitionWithExtend[] = [
exposes: [],
},
{
zigbeeModel: ['TS0207', 'FNB54-WTS08ML1.0'],
zigbeeModel: ['TS0207', 'FNB54-WTS08ML1.0', 'SNZB-05'],
model: 'TS0207_water_leak_detector',
vendor: 'Tuya',
description: 'Water leak detector',
Expand Down

0 comments on commit 4c83855

Please sign in to comment.