From 9791c6b21bd2b86bfc411b9c4a2b6a558014ec3b Mon Sep 17 00:00:00 2001 From: Russell Cloran Date: Sun, 20 May 2018 21:57:09 -0700 Subject: [PATCH] zha: Bump to zigpy-xbee 0.1.1 (#14566) --- homeassistant/components/zha/__init__.py | 7 ++++++- requirements_all.txt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/zha/__init__.py b/homeassistant/components/zha/__init__.py index 3ea95ff1dd1..030e342847d 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.6.0', 'zigpy==0.1.0', - 'zigpy-xbee==0.1.0', + 'zigpy-xbee==0.1.1', ] DOMAIN = 'zha' @@ -151,6 +151,11 @@ class ApplicationListener: # Wait for device_initialized, instead pass + def raw_device_initialized(self, device): + """Handle a device initialization without quirks loaded.""" + # Wait for device_initialized, instead + pass + def device_initialized(self, device): """Handle device joined and basic information discovered.""" self._hass.async_add_job(self.async_device_initialized(device, True)) diff --git a/requirements_all.txt b/requirements_all.txt index 7d4b4bb3f41..80fe842b50f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1388,7 +1388,7 @@ zeroconf==0.20.0 ziggo-mediabox-xl==1.0.0 # homeassistant.components.zha -zigpy-xbee==0.1.0 +zigpy-xbee==0.1.1 # homeassistant.components.zha zigpy==0.1.0