mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Add CB3 descriptor to ZHA manifest (#104071)
This commit is contained in:
parent
8e42105b2d
commit
557e9337bc
@ -76,6 +76,12 @@
|
|||||||
"description": "*conbee*",
|
"description": "*conbee*",
|
||||||
"known_devices": ["Conbee II"]
|
"known_devices": ["Conbee II"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"vid": "0403",
|
||||||
|
"pid": "6015",
|
||||||
|
"description": "*conbee*",
|
||||||
|
"known_devices": ["Conbee III"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"vid": "10C4",
|
"vid": "10C4",
|
||||||
"pid": "8A2A",
|
"pid": "8A2A",
|
||||||
|
@ -81,6 +81,12 @@ USB = [
|
|||||||
"pid": "0030",
|
"pid": "0030",
|
||||||
"vid": "1CF1",
|
"vid": "1CF1",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "*conbee*",
|
||||||
|
"domain": "zha",
|
||||||
|
"pid": "6015",
|
||||||
|
"vid": "0403",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "*zigbee*",
|
"description": "*zigbee*",
|
||||||
"domain": "zha",
|
"domain": "zha",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user