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
dc8a0205ee
commit
34ccfae565
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ from homeassistant.util import slugify
|
|||
REQUIREMENTS = [
|
||||
'bellows==0.5.0',
|
||||
'zigpy==0.0.1',
|
||||
'zigpy-xbee==0.0.1',
|
||||
'zigpy-xbee==0.0.2',
|
||||
]
|
||||
|
||||
DOMAIN = 'zha'
|
||||
|
|
|
@ -1275,7 +1275,7 @@ zeroconf==0.19.1
|
|||
ziggo-mediabox-xl==1.0.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zigpy-xbee==0.0.1
|
||||
zigpy-xbee==0.0.2
|
||||
|
||||
# homeassistant.components.zha
|
||||
zigpy==0.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue