Add USB discover for Sonoff zigbee dongle plus ()

pull/62484/head
GJH 2021-12-21 18:59:57 +08:00 committed by GitHub
parent ea58432721
commit 83f3666aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions
homeassistant
components/zha
generated

View File

@ -16,6 +16,7 @@
],
"usb": [
{"vid":"10C4","pid":"EA60","description":"*2652*","known_devices":["slae.sh cc2652rb stick"]},
{"vid":"10C4","pid":"EA60","description":"*sonoff*plus*","known_devices":["sonoff zigbee dongle plus"]},
{"vid":"10C4","pid":"EA60","description":"*tubeszb*","known_devices":["TubesZB Coordinator"]},
{"vid":"1A86","pid":"7523","description":"*tubeszb*","known_devices":["TubesZB Coordinator"]},
{"vid":"1A86","pid":"7523","description":"*zigstar*","known_devices":["ZigStar Coordinators"]},

View File

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