Add CB3 descriptor to ZHA manifest (#104071)

This commit is contained in:
Eric Härtel 2023-12-04 09:48:44 +01:00 committed by GitHub
parent 8e42105b2d
commit 557e9337bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -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",

View File

@ -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",