Skip to content

Commit

Permalink
fix(detect): Detect _TZ3000_v1w2k9dd as Tuya ZY-ZTH02 (#8591)
Browse files Browse the repository at this point in the history
  • Loading branch information
dynasticorpheus authored Jan 12, 2025
1 parent 05865e9 commit b2316dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3118,6 +3118,7 @@ const definitions: DefinitionWithExtend[] = [
{vendor: 'BlitzWolf', model: 'BW-IS4'},
tuya.whitelabel('Tuya', 'TS0201_1', 'Zigbee 3.0 temperature humidity sensor with display', ['_TZ3210_alxkwn0h']),
tuya.whitelabel('Tuya', 'ZTH01/ZTH02', 'Temperature and humidity sensor', ['_TZ3000_0s1izerx']),
tuya.whitelabel('Tuya', 'ZY-ZTH02', 'Temperature and humidity sensor', ['_TZ3000_v1w2k9dd']),
tuya.whitelabel('SEDEA', 'eTH730', 'Temperature and humidity sensor', ['_TZ3000_lqmvrwa2']),
tuya.whitelabel('Danfoss', '014G2480', 'Temperature and humidity sensor', ['_TZ3000_mxzo5rhf']),
],
Expand Down

0 comments on commit b2316dc

Please sign in to comment.