Bump ZHA quirks to 0.0.66 (#64915)
parent
2ba8f0f4cb
commit
43c4611285
|
@ -7,7 +7,7 @@
|
|||
"bellows==0.29.0",
|
||||
"pyserial==3.5",
|
||||
"pyserial-asyncio==0.6",
|
||||
"zha-quirks==0.0.65",
|
||||
"zha-quirks==0.0.66",
|
||||
"zigpy-deconz==0.14.0",
|
||||
"zigpy==0.43.0",
|
||||
"zigpy-xbee==0.14.0",
|
||||
|
@ -15,14 +15,54 @@
|
|||
"zigpy-znp==0.7.0"
|
||||
],
|
||||
"usb": [
|
||||
{"vid":"10C4","pid":"EA60","description":"*2652*","known_devices":["slae.sh cc2652rb stick"]},
|
||||
{"vid":"10C4","pid":"EA60","description":"*sonoff*plus*","known_devices":["sonoff zigbee dongle plus"]},
|
||||
{"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":"*zigstar*","known_devices":["ZigStar Coordinators"]},
|
||||
{"vid":"1CF1","pid":"0030","description":"*conbee*","known_devices":["Conbee II"]},
|
||||
{"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"]}
|
||||
{
|
||||
"vid": "10C4",
|
||||
"pid": "EA60",
|
||||
"description": "*2652*",
|
||||
"known_devices": ["slae.sh cc2652rb stick"]
|
||||
},
|
||||
{
|
||||
"vid": "10C4",
|
||||
"pid": "EA60",
|
||||
"description": "*sonoff*plus*",
|
||||
"known_devices": ["sonoff zigbee dongle plus"]
|
||||
},
|
||||
{
|
||||
"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": "*zigstar*",
|
||||
"known_devices": ["ZigStar Coordinators"]
|
||||
},
|
||||
{
|
||||
"vid": "1CF1",
|
||||
"pid": "0030",
|
||||
"description": "*conbee*",
|
||||
"known_devices": ["Conbee II"]
|
||||
},
|
||||
{
|
||||
"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"],
|
||||
"zeroconf": [
|
||||
|
|
|
@ -2534,7 +2534,7 @@ zengge==0.2
|
|||
zeroconf==0.38.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.65
|
||||
zha-quirks==0.0.66
|
||||
|
||||
# homeassistant.components.zhong_hong
|
||||
zhong_hong_hvac==1.0.9
|
||||
|
|
|
@ -1550,7 +1550,7 @@ youless-api==0.16
|
|||
zeroconf==0.38.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.65
|
||||
zha-quirks==0.0.66
|
||||
|
||||
# homeassistant.components.zha
|
||||
zigpy-deconz==0.14.0
|
||||
|
|
Loading…
Reference in New Issue