mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
zha: Bump to zigpy-xbee 0.1.1 (#14566)
This commit is contained in:
parent
a183043d5d
commit
9791c6b21b
@ -18,7 +18,7 @@ from homeassistant.util import slugify
|
|||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'bellows==0.6.0',
|
'bellows==0.6.0',
|
||||||
'zigpy==0.1.0',
|
'zigpy==0.1.0',
|
||||||
'zigpy-xbee==0.1.0',
|
'zigpy-xbee==0.1.1',
|
||||||
]
|
]
|
||||||
|
|
||||||
DOMAIN = 'zha'
|
DOMAIN = 'zha'
|
||||||
@ -151,6 +151,11 @@ class ApplicationListener:
|
|||||||
# Wait for device_initialized, instead
|
# Wait for device_initialized, instead
|
||||||
pass
|
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):
|
def device_initialized(self, device):
|
||||||
"""Handle device joined and basic information discovered."""
|
"""Handle device joined and basic information discovered."""
|
||||||
self._hass.async_add_job(self.async_device_initialized(device, True))
|
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
|
ziggo-mediabox-xl==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy-xbee==0.1.0
|
zigpy-xbee==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy==0.1.0
|
zigpy==0.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user