mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
add BitronVideo AV2021 ZHA stick (#58337)
This commit is contained in:
parent
c6a278a544
commit
137a346d15
@ -19,7 +19,8 @@
|
|||||||
{"vid":"10C4","pid":"EA60","description":"*tubeszb*","known_devices":["TubesZB Coordinator"]},
|
{"vid":"10C4","pid":"EA60","description":"*tubeszb*","known_devices":["TubesZB Coordinator"]},
|
||||||
{"vid":"1A86","pid":"7523","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":"1CF1","pid":"0030","description":"*conbee*","known_devices":["Conbee II"]},
|
||||||
{"vid":"10C4","pid":"8A2A","description":"*zigbee*","known_devices":["Nortek HUSBZB-1"]}
|
{"vid":"10C4","pid":"8A2A","description":"*zigbee*","known_devices":["Nortek HUSBZB-1"]},
|
||||||
|
{"vid":"10C4","pid":"8B34","description":"*bv 2010/10*","known_devices":["Bitron Video AV2010/10"]}
|
||||||
],
|
],
|
||||||
"codeowners": ["@dmulcahey", "@adminiuga"],
|
"codeowners": ["@dmulcahey", "@adminiuga"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
|
@ -41,6 +41,12 @@ USB = [
|
|||||||
"pid": "8A2A",
|
"pid": "8A2A",
|
||||||
"description": "*zigbee*"
|
"description": "*zigbee*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "zha",
|
||||||
|
"vid": "10C4",
|
||||||
|
"pid": "8B34",
|
||||||
|
"description": "*bv 2010/10*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "zwave_js",
|
"domain": "zwave_js",
|
||||||
"vid": "0658",
|
"vid": "0658",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user