From 43c46112853ddb6e255be17ebe2c279d201311f1 Mon Sep 17 00:00:00 2001 From: "David F. Mulcahey" Date: Tue, 25 Jan 2022 13:32:46 -0500 Subject: [PATCH] Bump ZHA quirks to 0.0.66 (#64915) --- homeassistant/components/zha/manifest.json | 58 ++++++++++++++++++---- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 51 insertions(+), 11 deletions(-) diff --git a/homeassistant/components/zha/manifest.json b/homeassistant/components/zha/manifest.json index 5f101665e4b..dfc1ffba538 100644 --- a/homeassistant/components/zha/manifest.json +++ b/homeassistant/components/zha/manifest.json @@ -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": [ diff --git a/requirements_all.txt b/requirements_all.txt index d7f204d8fa4..de4e58cbac4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2d98911e14d..c89dc8449b2 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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