mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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.
This commit is contained in:
parent
219ed7331c
commit
28ed304c93
@ -18,7 +18,7 @@ from homeassistant.util import slugify
|
|||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'bellows==0.5.0',
|
'bellows==0.5.0',
|
||||||
'zigpy==0.0.1',
|
'zigpy==0.0.1',
|
||||||
'zigpy-xbee==0.0.1',
|
'zigpy-xbee==0.0.2',
|
||||||
]
|
]
|
||||||
|
|
||||||
DOMAIN = 'zha'
|
DOMAIN = 'zha'
|
||||||
|
@ -1273,7 +1273,7 @@ zeroconf==0.19.1
|
|||||||
ziggo-mediabox-xl==1.0.0
|
ziggo-mediabox-xl==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy-xbee==0.0.1
|
zigpy-xbee==0.0.2
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy==0.0.1
|
zigpy==0.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user