mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Bump ZHA dependencies (#89667)
* Bump `zha-quirks` library and account for `setup_quirks` signature * Bump other ZHA dependencies * Revert zigpy bump
This commit is contained in:
parent
160518350f
commit
69582b7ecb
@ -107,7 +107,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b
|
|||||||
zha_data.setdefault(platform, [])
|
zha_data.setdefault(platform, [])
|
||||||
|
|
||||||
if config.get(CONF_ENABLE_QUIRKS, True):
|
if config.get(CONF_ENABLE_QUIRKS, True):
|
||||||
setup_quirks(config)
|
setup_quirks(custom_quirks_path=config.get(CONF_CUSTOM_QUIRKS_PATH))
|
||||||
|
|
||||||
# temporary code to remove the ZHA storage file from disk.
|
# temporary code to remove the ZHA storage file from disk.
|
||||||
# this will be removed in 2022.10.0
|
# this will be removed in 2022.10.0
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
"zigpy_znp"
|
"zigpy_znp"
|
||||||
],
|
],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"bellows==0.34.9",
|
"bellows==0.34.10",
|
||||||
"pyserial==3.5",
|
"pyserial==3.5",
|
||||||
"pyserial-asyncio==0.6",
|
"pyserial-asyncio==0.6",
|
||||||
"zha-quirks==0.0.93",
|
"zha-quirks==0.0.94",
|
||||||
"zigpy-deconz==0.19.2",
|
"zigpy-deconz==0.19.2",
|
||||||
"zigpy==0.53.2",
|
"zigpy==0.53.2",
|
||||||
"zigpy-xbee==0.16.2",
|
"zigpy-xbee==0.16.2",
|
||||||
|
@ -422,7 +422,7 @@ beautifulsoup4==4.11.1
|
|||||||
# beewi_smartclim==0.0.10
|
# beewi_smartclim==0.0.10
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
bellows==0.34.9
|
bellows==0.34.10
|
||||||
|
|
||||||
# homeassistant.components.bmw_connected_drive
|
# homeassistant.components.bmw_connected_drive
|
||||||
bimmer_connected==0.12.1
|
bimmer_connected==0.12.1
|
||||||
@ -2706,7 +2706,7 @@ zeroconf==0.47.3
|
|||||||
zeversolar==0.3.1
|
zeversolar==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.93
|
zha-quirks==0.0.94
|
||||||
|
|
||||||
# homeassistant.components.zhong_hong
|
# homeassistant.components.zhong_hong
|
||||||
zhong_hong_hvac==1.0.9
|
zhong_hong_hvac==1.0.9
|
||||||
|
@ -352,7 +352,7 @@ base36==0.1.1
|
|||||||
beautifulsoup4==4.11.1
|
beautifulsoup4==4.11.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
bellows==0.34.9
|
bellows==0.34.10
|
||||||
|
|
||||||
# homeassistant.components.bmw_connected_drive
|
# homeassistant.components.bmw_connected_drive
|
||||||
bimmer_connected==0.12.1
|
bimmer_connected==0.12.1
|
||||||
@ -1922,7 +1922,7 @@ zeroconf==0.47.3
|
|||||||
zeversolar==0.3.1
|
zeversolar==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.93
|
zha-quirks==0.0.94
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy-deconz==0.19.2
|
zigpy-deconz==0.19.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user