1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02: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:
puddly 2023-03-13 20:52:01 -04:00 committed by GitHub
parent 0442a189e9
commit cbffaf30ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -107,7 +107,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b
zha_data.setdefault(platform, [])
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.
# this will be removed in 2022.10.0

View File

@ -20,10 +20,10 @@
"zigpy_znp"
],
"requirements": [
"bellows==0.34.9",
"bellows==0.34.10",
"pyserial==3.5",
"pyserial-asyncio==0.6",
"zha-quirks==0.0.93",
"zha-quirks==0.0.94",
"zigpy-deconz==0.19.2",
"zigpy==0.53.2",
"zigpy-xbee==0.16.2",

View File

@ -422,7 +422,7 @@ beautifulsoup4==4.11.1
# beewi_smartclim==0.0.10
# homeassistant.components.zha
bellows==0.34.9
bellows==0.34.10
# homeassistant.components.bmw_connected_drive
bimmer_connected==0.12.1
@ -2706,7 +2706,7 @@ zeroconf==0.47.3
zeversolar==0.3.1
# homeassistant.components.zha
zha-quirks==0.0.93
zha-quirks==0.0.94
# homeassistant.components.zhong_hong
zhong_hong_hvac==1.0.9

View File

@ -355,7 +355,7 @@ base36==0.1.1
beautifulsoup4==4.11.1
# homeassistant.components.zha
bellows==0.34.9
bellows==0.34.10
# homeassistant.components.bmw_connected_drive
bimmer_connected==0.12.1
@ -1931,7 +1931,7 @@ zeroconf==0.47.3
zeversolar==0.3.1
# homeassistant.components.zha
zha-quirks==0.0.93
zha-quirks==0.0.94
# homeassistant.components.zha
zigpy-deconz==0.19.2