Add the USB discovery for the Sonoff ZigBee dongle plus V2 (#77523)
This commit is contained in:
parent
b47de426d8
commit
f9eee0e9d7
2 changed files with 12 additions and 0 deletions
|
@ -21,6 +21,12 @@
|
|||
"description": "*2652*",
|
||||
"known_devices": ["slae.sh cc2652rb stick"]
|
||||
},
|
||||
{
|
||||
"vid": "1A86",
|
||||
"pid": "55D4",
|
||||
"description": "*sonoff*plus*",
|
||||
"known_devices": ["sonoff zigbee dongle plus v2"]
|
||||
},
|
||||
{
|
||||
"vid": "10C4",
|
||||
"pid": "EA60",
|
||||
|
|
|
@ -41,6 +41,12 @@ USB = [
|
|||
"pid": "EA60",
|
||||
"description": "*2652*"
|
||||
},
|
||||
{
|
||||
"domain": "zha",
|
||||
"vid": "1A86",
|
||||
"pid": "55D4",
|
||||
"description": "*sonoff*plus*"
|
||||
},
|
||||
{
|
||||
"domain": "zha",
|
||||
"vid": "10C4",
|
||||
|
|
Loading…
Add table
Reference in a new issue