Skip to content

Commit

Permalink
fix(detect): Detect _TZ3000_ypgri8yz as Girier ZB08 (Koenkk#7744)
Browse files Browse the repository at this point in the history
* Add Whitelabel Girier 2 Gang Switch to TS0013_switch_module

* Rename to channel instead of gang

* Update description

* Update description
  • Loading branch information
matriphe authored Jul 7, 2024
1 parent 5ea7959 commit 56fc8a4
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 @@ -5670,6 +5670,7 @@ const definitions: Definition[] = [
whiteLabel: [
{vendor: 'AVATTO', model: '3gang N-ZLWSM01'},
tuya.whitelabel('AVATTO', 'LZWSM16-3', '3 gang switch module - (without neutral)', ['_TZ3000_sznawwyw']),
tuya.whitelabel('Girier', 'ZB08', '3 Channel Switch Module-L - (No Neutral Wire)', ['_TZ3000_ypgri8yz']),
],
extend: [tuya.modernExtend.tuyaOnOff({switchType: true, endpoints: ['left', 'center', 'right']})],
endpoint: (device) => {
Expand Down

0 comments on commit 56fc8a4

Please sign in to comment.