From 34ccfae565eb5d4ef379347b6383c046d7d3c7a1 Mon Sep 17 00:00:00 2001 From: Russell Cloran Date: Sun, 11 Feb 2018 14:45:47 -0800 Subject: [PATCH] zha: Update zigpy-xbee to 0.0.2 0.0.2 implements auto_form, so that configuring the radio to be a controller is done automatically. --- 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 58d44b31994..3729ce8a153 100644 --- a/homeassistant/components/zha/__init__.py +++ b/homeassistant/components/zha/__init__.py @@ -18,7 +18,7 @@ from homeassistant.util import slugify REQUIREMENTS = [ 'bellows==0.5.0', 'zigpy==0.0.1', - 'zigpy-xbee==0.0.1', + 'zigpy-xbee==0.0.2', ] DOMAIN = 'zha' diff --git a/requirements_all.txt b/requirements_all.txt index 3ca5b9fc763..a6777657227 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1275,7 +1275,7 @@ zeroconf==0.19.1 ziggo-mediabox-xl==1.0.0 # homeassistant.components.zha -zigpy-xbee==0.0.1 +zigpy-xbee==0.0.2 # homeassistant.components.zha zigpy==0.0.1