mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Add the USB discovery for the Sonoff ZigBee dongle plus V2 (#77523)
This commit is contained in:
parent
b47de426d8
commit
f9eee0e9d7
@ -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…
x
Reference in New Issue
Block a user