Skip to content

Commit

Permalink
Add the USB discovery for the Sonoff ZigBee dongle plus V2 (#77523)
Browse files Browse the repository at this point in the history
  • Loading branch information
guozi7788 authored Aug 30, 2022
1 parent b47de42 commit f9eee0e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions homeassistant/components/zha/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions homeassistant/generated/usb.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"pid": "EA60",
"description": "*2652*"
},
{
"domain": "zha",
"vid": "1A86",
"pid": "55D4",
"description": "*sonoff*plus*"
},
{
"domain": "zha",
"vid": "10C4",
Expand Down

0 comments on commit f9eee0e

Please sign in to comment.