diff --git a/homeassistant/components/zha/manifest.json b/homeassistant/components/zha/manifest.json index 009b8e5c775..e542c77516e 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.66", + "zha-quirks==0.0.67", "zigpy-deconz==0.14.0", "zigpy==0.43.0", "zigpy-xbee==0.14.0", @@ -73,5 +73,16 @@ ], "after_dependencies": ["usb", "zeroconf"], "iot_class": "local_polling", - "loggers": ["aiosqlite", "bellows", "crccheck", "pure_pcapy3", "zhaquirks", "zigpy", "zigpy_deconz", "zigpy_xbee", "zigpy_zigate", "zigpy_znp"] + "loggers": [ + "aiosqlite", + "bellows", + "crccheck", + "pure_pcapy3", + "zhaquirks", + "zigpy", + "zigpy_deconz", + "zigpy_xbee", + "zigpy_zigate", + "zigpy_znp" + ] } diff --git a/requirements_all.txt b/requirements_all.txt index bc33d5b8012..d3044a7bf88 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2539,7 +2539,7 @@ zengge==0.2 zeroconf==0.38.3 # homeassistant.components.zha -zha-quirks==0.0.66 +zha-quirks==0.0.67 # homeassistant.components.zhong_hong zhong_hong_hvac==1.0.9 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 69ea303f3f3..f85a5a6f779 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1573,7 +1573,7 @@ youless-api==0.16 zeroconf==0.38.3 # homeassistant.components.zha -zha-quirks==0.0.66 +zha-quirks==0.0.67 # homeassistant.components.zha zigpy-deconz==0.14.0