zha: Bump to zigpy-xbee 0.1.1 (#14566)

This commit is contained in:
Russell Cloran 2018-05-20 21:57:09 -07:00 committed by GitHub
parent a183043d5d
commit 9791c6b21b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -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))

View file

@ -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