From ba63a6abc0e46c632041823b7b7900ab13b2611f Mon Sep 17 00:00:00 2001 From: Russell Cloran Date: Mon, 3 Sep 2018 22:46:27 -0700 Subject: [PATCH] zha: Bump to zigpy 0.2.0/bellows 0.7.0 (#16404) --- homeassistant/components/zha/__init__.py | 4 ++-- requirements_all.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/zha/__init__.py b/homeassistant/components/zha/__init__.py index f17e7f02344..7aec4333ea8 100644 --- a/homeassistant/components/zha/__init__.py +++ b/homeassistant/components/zha/__init__.py @@ -16,8 +16,8 @@ from homeassistant.helpers import discovery, entity from homeassistant.util import slugify REQUIREMENTS = [ - 'bellows==0.6.0', - 'zigpy==0.1.0', + 'bellows==0.7.0', + 'zigpy==0.2.0', 'zigpy-xbee==0.1.1', ] diff --git a/requirements_all.txt b/requirements_all.txt index 6223f9cc51c..d8d73cc36a1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -168,7 +168,7 @@ batinfo==0.4.2 beautifulsoup4==4.6.3 # homeassistant.components.zha -bellows==0.6.0 +bellows==0.7.0 # homeassistant.components.bmw_connected_drive bimmer_connected==0.5.1 @@ -1530,4 +1530,4 @@ ziggo-mediabox-xl==1.0.0 zigpy-xbee==0.1.1 # homeassistant.components.zha -zigpy==0.1.0 +zigpy==0.2.0