Skip to content

Commit

Permalink
fix(detect): Detect _TZE204_uab532m0 as Neo NAS-WV03B (#7670)
Browse files Browse the repository at this point in the history
add fingerprint _TZE204_uab532m0 for smart water valve so it gets recognized properly
  • Loading branch information
xpavli44 authored Jun 22, 2024
1 parent d1f8a39 commit cc8bff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/neo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,10 @@ const definitions: Definition[] = [
},
},
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE204_uab532m0']),
zigbeeModel: ['NAS-WV03B'],
model: 'NAS-WV03B',
vendor: 'NEO',
vendor: 'Neo',
fromZigbee: [tuya.fz.datapoints],
toZigbee: [tuya.tz.datapoints],
description: 'Smart sprinkler timer',
Expand Down

0 comments on commit cc8bff0

Please sign in to comment.