-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Moes ZSS-QY-HP #7892
Add Moes ZSS-QY-HP #7892
Conversation
src/devices/tuya.ts
Outdated
@@ -7000,6 +7000,45 @@ const definitions: Definition[] = [ | |||
configure: async (device, coordinatorEndpoint) => { | |||
await tuya.configureMagicPacket(device, coordinatorEndpoint); | |||
}, | |||
{ | |||
fingerprint: tuya.fingerprint('TS0601', ['_TZE204_fwondbzy']), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add this to the already existing TS0601_smart_human_presence_sensor_1
and use tuya.whitelabel
for correct indentifaction?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added tuya.whitelabel('Moes', 'ZSS-QY-HP', 'Human presence sensor', ['_TZE204_fwondbzy']),
Thanks! |
Add Moes ZSS-QY-HP