Skip to content

Commit

Permalink
Fix device detection of TuYa ZY-M100-S (_TZE204_ztc6ggyl). Koenkk/z…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 2, 2023
1 parent 50a774c commit 678cb3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devices/tuya.js
Original file line number Diff line number Diff line change
Expand Up @@ -4320,6 +4320,9 @@ module.exports = [
exposes.enum('self_test', ea.STATE, Object.values(tuya.tuyaHPSCheckingResult))
.withDescription('Self_test, possible resuts: checking, check_success, check_failure, others, comm_fault, radar_fault.'),
],
whiteLabel: [
tuya.whitelabel('TuYa', 'ZY-M100-S', 'Human presence sensor', ['_TZE204_ztc6ggyl']),
],
},
{
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_whkgqxse'}],
Expand Down

0 comments on commit 678cb3e

Please sign in to comment.