Bump zigpy (#21203)
* Bump zigpy * Update requirements * Update test requirements * Bump zigpy-deconz
This commit is contained in:
parent
cece6454e4
commit
1518a80069
4 changed files with 12 additions and 12 deletions
|
@ -29,11 +29,11 @@ from .core.gateway import establish_device_mappings
|
|||
from .core.channels.registry import populate_channel_registry
|
||||
|
||||
REQUIREMENTS = [
|
||||
'bellows==0.7.0',
|
||||
'zigpy==0.2.0',
|
||||
'zigpy-xbee==0.1.1',
|
||||
'bellows-homeassistant==0.7.1',
|
||||
'zigpy-homeassistant==0.3.0',
|
||||
'zigpy-xbee-homeassistant==0.1.2',
|
||||
'zha-quirks==0.0.6',
|
||||
'zigpy-deconz==0.0.1'
|
||||
'zigpy-deconz==0.1.1'
|
||||
]
|
||||
|
||||
DEVICE_CONFIG_SCHEMA_ENTRY = vol.Schema({
|
||||
|
|
|
@ -196,7 +196,7 @@ batinfo==0.4.2
|
|||
beautifulsoup4==4.7.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
bellows==0.7.0
|
||||
bellows-homeassistant==0.7.1
|
||||
|
||||
# homeassistant.components.bmw_connected_drive
|
||||
bimmer_connected==0.5.3
|
||||
|
@ -1811,13 +1811,13 @@ zhong_hong_hvac==1.0.9
|
|||
ziggo-mediabox-xl==1.1.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zigpy-deconz==0.0.1
|
||||
zigpy-deconz==0.1.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
zigpy-xbee==0.1.1
|
||||
zigpy-homeassistant==0.3.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zigpy==0.2.0
|
||||
zigpy-xbee-homeassistant==0.1.2
|
||||
|
||||
# homeassistant.components.zoneminder
|
||||
zm-py==0.3.3
|
||||
|
|
|
@ -50,7 +50,7 @@ aiounifi==4
|
|||
apns2==0.3.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
bellows==0.7.0
|
||||
bellows-homeassistant==0.7.1
|
||||
|
||||
# homeassistant.components.calendar.caldav
|
||||
caldav==0.5.0
|
||||
|
@ -306,4 +306,4 @@ wakeonlan==1.1.6
|
|||
warrant==0.6.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
zigpy==0.2.0
|
||||
zigpy-homeassistant==0.3.0
|
||||
|
|
|
@ -125,8 +125,8 @@ TEST_REQUIREMENTS = (
|
|||
'vultr',
|
||||
'YesssSMS',
|
||||
'ruamel.yaml',
|
||||
'zigpy',
|
||||
'bellows',
|
||||
'zigpy-homeassistant',
|
||||
'bellows-homeassistant',
|
||||
)
|
||||
|
||||
IGNORE_PACKAGES = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue