mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add description to match TubesZB Coordinators for USB Discovery (#56201)
This commit is contained in:
parent
8d87f4148b
commit
9bb9f0e070
@ -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"]}
|
||||
],
|
||||
|
@ -12,6 +12,12 @@ USB = [
|
||||
"pid": "EA60",
|
||||
"description": "*2652*"
|
||||
},
|
||||
{
|
||||
"domain": "zha",
|
||||
"vid": "10C4",
|
||||
"pid": "EA60",
|
||||
"description": "*tubeszb*"
|
||||
},
|
||||
{
|
||||
"domain": "zha",
|
||||
"vid": "1CF1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user