Bump zigpy (#22545)
This commit is contained in:
parent
613c356c5f
commit
c0ce86fa8e
3 changed files with 10 additions and 10 deletions
|
@ -27,11 +27,11 @@ from .core.channels.registry import populate_channel_registry
|
|||
from .core.patches import apply_cluster_listener_patch
|
||||
|
||||
REQUIREMENTS = [
|
||||
'bellows-homeassistant==0.7.1',
|
||||
'zigpy-homeassistant==0.3.0',
|
||||
'zigpy-xbee-homeassistant==0.1.2',
|
||||
'bellows-homeassistant==0.7.2',
|
||||
'zigpy-homeassistant==0.3.1',
|
||||
'zigpy-xbee-homeassistant==0.1.3',
|
||||
'zha-quirks==0.0.7',
|
||||
'zigpy-deconz==0.1.2'
|
||||
'zigpy-deconz==0.1.3'
|
||||
]
|
||||
|
||||
DEVICE_CONFIG_SCHEMA_ENTRY = vol.Schema({
|
||||
|
|
|
@ -212,7 +212,7 @@ batinfo==0.4.2
|
|||
beautifulsoup4==4.7.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
bellows-homeassistant==0.7.1
|
||||
bellows-homeassistant==0.7.2
|
||||
|
||||
# homeassistant.components.bmw_connected_drive
|
||||
bimmer_connected==0.5.3
|
||||
|
@ -1846,13 +1846,13 @@ zhong_hong_hvac==1.0.9
|
|||
ziggo-mediabox-xl==1.1.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zigpy-deconz==0.1.2
|
||||
zigpy-deconz==0.1.3
|
||||
|
||||
# homeassistant.components.zha
|
||||
zigpy-homeassistant==0.3.0
|
||||
zigpy-homeassistant==0.3.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
zigpy-xbee-homeassistant==0.1.2
|
||||
zigpy-xbee-homeassistant==0.1.3
|
||||
|
||||
# homeassistant.components.zoneminder
|
||||
zm-py==0.3.3
|
||||
|
|
|
@ -63,7 +63,7 @@ av==6.1.2
|
|||
axis==19
|
||||
|
||||
# homeassistant.components.zha
|
||||
bellows-homeassistant==0.7.1
|
||||
bellows-homeassistant==0.7.2
|
||||
|
||||
# homeassistant.components.caldav.calendar
|
||||
caldav==0.5.0
|
||||
|
@ -319,4 +319,4 @@ vultr==0.1.2
|
|||
wakeonlan==1.1.6
|
||||
|
||||
# homeassistant.components.zha
|
||||
zigpy-homeassistant==0.3.0
|
||||
zigpy-homeassistant==0.3.1
|
||||
|
|
Loading…
Add table
Reference in a new issue