mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump zigpy (#22545)
This commit is contained in:
parent
ae18705c45
commit
24095c0d7b
@ -27,11 +27,11 @@ from .core.channels.registry import populate_channel_registry
|
|||||||
from .core.patches import apply_cluster_listener_patch
|
from .core.patches import apply_cluster_listener_patch
|
||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'bellows-homeassistant==0.7.1',
|
'bellows-homeassistant==0.7.2',
|
||||||
'zigpy-homeassistant==0.3.0',
|
'zigpy-homeassistant==0.3.1',
|
||||||
'zigpy-xbee-homeassistant==0.1.2',
|
'zigpy-xbee-homeassistant==0.1.3',
|
||||||
'zha-quirks==0.0.7',
|
'zha-quirks==0.0.7',
|
||||||
'zigpy-deconz==0.1.2'
|
'zigpy-deconz==0.1.3'
|
||||||
]
|
]
|
||||||
|
|
||||||
DEVICE_CONFIG_SCHEMA_ENTRY = vol.Schema({
|
DEVICE_CONFIG_SCHEMA_ENTRY = vol.Schema({
|
||||||
|
@ -209,7 +209,7 @@ batinfo==0.4.2
|
|||||||
beautifulsoup4==4.7.1
|
beautifulsoup4==4.7.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
bellows-homeassistant==0.7.1
|
bellows-homeassistant==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.bmw_connected_drive
|
# homeassistant.components.bmw_connected_drive
|
||||||
bimmer_connected==0.5.3
|
bimmer_connected==0.5.3
|
||||||
@ -1843,13 +1843,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.1.2
|
zigpy-deconz==0.1.3
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy-homeassistant==0.3.0
|
zigpy-homeassistant==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy-xbee-homeassistant==0.1.2
|
zigpy-xbee-homeassistant==0.1.3
|
||||||
|
|
||||||
# homeassistant.components.zoneminder
|
# homeassistant.components.zoneminder
|
||||||
zm-py==0.3.3
|
zm-py==0.3.3
|
||||||
|
@ -63,7 +63,7 @@ av==6.1.2
|
|||||||
axis==17
|
axis==17
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
bellows-homeassistant==0.7.1
|
bellows-homeassistant==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.caldav.calendar
|
# homeassistant.components.caldav.calendar
|
||||||
caldav==0.5.0
|
caldav==0.5.0
|
||||||
@ -319,4 +319,4 @@ vultr==0.1.2
|
|||||||
wakeonlan==1.1.6
|
wakeonlan==1.1.6
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy-homeassistant==0.3.0
|
zigpy-homeassistant==0.3.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user