diff --git a/homeassistant/components/zha/__init__.py b/homeassistant/components/zha/__init__.py index 26d11586a1b..d47e42511f5 100644 --- a/homeassistant/components/zha/__init__.py +++ b/homeassistant/components/zha/__init__.py @@ -37,7 +37,7 @@ REQUIREMENTS = [ 'bellows==0.7.0', 'zigpy==0.2.0', 'zigpy-xbee==0.1.1', - 'zha-quirks==0.0.5' + 'zha-quirks==0.0.6' ] DEVICE_CONFIG_SCHEMA_ENTRY = vol.Schema({ diff --git a/requirements_all.txt b/requirements_all.txt index 947eca9876b..ba348a228ec 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1735,7 +1735,7 @@ zengge==0.2 zeroconf==0.21.3 # homeassistant.components.zha -zha-quirks==0.0.5 +zha-quirks==0.0.6 # homeassistant.components.climate.zhong_hong zhong_hong_hvac==1.0.9