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