zha: Bump to zigpy-xbee 0.1.1 (#14566)
This commit is contained in:
parent
a183043d5d
commit
9791c6b21b
2 changed files with 7 additions and 2 deletions
|
@ -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))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue