From 012e91f9b176bfce9fa69561f871b37676c62cf0 Mon Sep 17 00:00:00 2001 From: "David F. Mulcahey" Date: Sat, 12 Jan 2019 09:21:30 -0500 Subject: [PATCH] version bump for zha-quirks (#20019) --- homeassistant/components/zha/__init__.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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