1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00

Add usb discovery for tubeszb ch340B serial devices (#56719)

This commit is contained in:
tube0013 2021-09-27 17:19:42 -04:00 committed by GitHub
parent a28fd7d61b
commit 0653693dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,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":"1A86","pid":"7523","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

@ -23,6 +23,12 @@ USB = [
"pid": "EA60",
"description": "*tubeszb*"
},
{
"domain": "zha",
"vid": "1A86",
"pid": "7523",
"description": "*tubeszb*"
},
{
"domain": "zha",
"vid": "1CF1",