Add the USB discovery for the Sonoff ZigBee dongle plus V2 (#77523)

This commit is contained in:
guozi7788 2022-08-30 21:58:21 +08:00 committed by GitHub
parent b47de426d8
commit f9eee0e9d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -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",

View file

@ -41,6 +41,12 @@ USB = [
"pid": "EA60",
"description": "*2652*"
},
{
"domain": "zha",
"vid": "1A86",
"pid": "55D4",
"description": "*sonoff*plus*"
},
{
"domain": "zha",
"vid": "10C4",