Add description to match TubesZB Coordinators for USB Discovery (#56201)

This commit is contained in:
tube0013 2021-09-13 17:22:55 -04:00 committed by GitHub
parent 8d87f4148b
commit 9bb9f0e070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,7 @@
],
"usb": [
{"vid":"10C4","pid":"EA60","description":"*2652*","known_devices":["slae.sh cc2652rb stick"]},
{"vid":"10C4","pid":"EA60","description":"*tubeszb*","known_devices":["TubesZB Coordinator"]},
{"vid":"1CF1","pid":"0030","description":"*conbee*","known_devices":["Conbee II"]},
{"vid":"10C4","pid":"8A2A","description":"*zigbee*","known_devices":["Nortek HUSBZB-1"]}
],

View File

@ -12,6 +12,12 @@ USB = [
"pid": "EA60",
"description": "*2652*"
},
{
"domain": "zha",
"vid": "10C4",
"pid": "EA60",
"description": "*tubeszb*"
},
{
"domain": "zha",
"vid": "1CF1",