Bump zigpy (#21203)

* Bump zigpy

* Update requirements

* Update test requirements

* Bump zigpy-deconz
This commit is contained in:
damarco 2019-02-20 16:34:59 +01:00 committed by Pascal Vizeli
parent cece6454e4
commit 1518a80069
4 changed files with 12 additions and 12 deletions

View File

@ -29,11 +29,11 @@ from .core.gateway import establish_device_mappings
from .core.channels.registry import populate_channel_registry from .core.channels.registry import populate_channel_registry
REQUIREMENTS = [ REQUIREMENTS = [
'bellows==0.7.0', 'bellows-homeassistant==0.7.1',
'zigpy==0.2.0', 'zigpy-homeassistant==0.3.0',
'zigpy-xbee==0.1.1', 'zigpy-xbee-homeassistant==0.1.2',
'zha-quirks==0.0.6', 'zha-quirks==0.0.6',
'zigpy-deconz==0.0.1' 'zigpy-deconz==0.1.1'
] ]
DEVICE_CONFIG_SCHEMA_ENTRY = vol.Schema({ DEVICE_CONFIG_SCHEMA_ENTRY = vol.Schema({

View File

@ -196,7 +196,7 @@ batinfo==0.4.2
beautifulsoup4==4.7.1 beautifulsoup4==4.7.1
# homeassistant.components.zha # homeassistant.components.zha
bellows==0.7.0 bellows-homeassistant==0.7.1
# homeassistant.components.bmw_connected_drive # homeassistant.components.bmw_connected_drive
bimmer_connected==0.5.3 bimmer_connected==0.5.3
@ -1811,13 +1811,13 @@ zhong_hong_hvac==1.0.9
ziggo-mediabox-xl==1.1.0 ziggo-mediabox-xl==1.1.0
# homeassistant.components.zha # homeassistant.components.zha
zigpy-deconz==0.0.1 zigpy-deconz==0.1.1
# homeassistant.components.zha # homeassistant.components.zha
zigpy-xbee==0.1.1 zigpy-homeassistant==0.3.0
# homeassistant.components.zha # homeassistant.components.zha
zigpy==0.2.0 zigpy-xbee-homeassistant==0.1.2
# homeassistant.components.zoneminder # homeassistant.components.zoneminder
zm-py==0.3.3 zm-py==0.3.3

View File

@ -50,7 +50,7 @@ aiounifi==4
apns2==0.3.0 apns2==0.3.0
# homeassistant.components.zha # homeassistant.components.zha
bellows==0.7.0 bellows-homeassistant==0.7.1
# homeassistant.components.calendar.caldav # homeassistant.components.calendar.caldav
caldav==0.5.0 caldav==0.5.0
@ -306,4 +306,4 @@ wakeonlan==1.1.6
warrant==0.6.1 warrant==0.6.1
# homeassistant.components.zha # homeassistant.components.zha
zigpy==0.2.0 zigpy-homeassistant==0.3.0

View File

@ -125,8 +125,8 @@ TEST_REQUIREMENTS = (
'vultr', 'vultr',
'YesssSMS', 'YesssSMS',
'ruamel.yaml', 'ruamel.yaml',
'zigpy', 'zigpy-homeassistant',
'bellows', 'bellows-homeassistant',
) )
IGNORE_PACKAGES = ( IGNORE_PACKAGES = (