Bump ZHA dependencies (#89667)
* Bump `zha-quirks` library and account for `setup_quirks` signature * Bump other ZHA dependencies * Revert zigpy bumppull/86328/head
parent
0442a189e9
commit
cbffaf30ba
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue