Bump ZHA dependencies (#82509)

* Bump ZHA dependencies

* Use the corrected `TypeValue` keyword argument name in unit tests
pull/82980/head
puddly 2022-11-21 19:39:34 -05:00 committed by Franck Nijhof
parent a7315477ef
commit 6c88574dee
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
4 changed files with 13 additions and 13 deletions

View File

@ -4,12 +4,12 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/zha",
"requirements": [
"bellows==0.34.2",
"bellows==0.34.4",
"pyserial==3.5",
"pyserial-asyncio==0.6",
"zha-quirks==0.0.86",
"zigpy-deconz==0.19.0",
"zigpy==0.51.5",
"zha-quirks==0.0.87",
"zigpy-deconz==0.19.1",
"zigpy==0.51.6",
"zigpy-xbee==0.16.2",
"zigpy-zigate==0.10.3",
"zigpy-znp==0.9.1"

View File

@ -404,7 +404,7 @@ beautifulsoup4==4.11.1
# beewi_smartclim==0.0.10
# homeassistant.components.zha
bellows==0.34.2
bellows==0.34.4
# homeassistant.components.bmw_connected_drive
bimmer_connected==0.10.4
@ -2610,7 +2610,7 @@ zengge==0.2
zeroconf==0.39.4
# homeassistant.components.zha
zha-quirks==0.0.86
zha-quirks==0.0.87
# homeassistant.components.zhong_hong
zhong_hong_hvac==1.0.9
@ -2619,7 +2619,7 @@ zhong_hong_hvac==1.0.9
ziggo-mediabox-xl==1.1.0
# homeassistant.components.zha
zigpy-deconz==0.19.0
zigpy-deconz==0.19.1
# homeassistant.components.zha
zigpy-xbee==0.16.2
@ -2631,7 +2631,7 @@ zigpy-zigate==0.10.3
zigpy-znp==0.9.1
# homeassistant.components.zha
zigpy==0.51.5
zigpy==0.51.6
# homeassistant.components.zoneminder
zm-py==0.5.2

View File

@ -331,7 +331,7 @@ base36==0.1.1
beautifulsoup4==4.11.1
# homeassistant.components.zha
bellows==0.34.2
bellows==0.34.4
# homeassistant.components.bmw_connected_drive
bimmer_connected==0.10.4
@ -1811,10 +1811,10 @@ zamg==0.1.1
zeroconf==0.39.4
# homeassistant.components.zha
zha-quirks==0.0.86
zha-quirks==0.0.87
# homeassistant.components.zha
zigpy-deconz==0.19.0
zigpy-deconz==0.19.1
# homeassistant.components.zha
zigpy-xbee==0.16.2
@ -1826,7 +1826,7 @@ zigpy-zigate==0.10.3
zigpy-znp==0.9.1
# homeassistant.components.zha
zigpy==0.51.5
zigpy==0.51.6
# homeassistant.components.zwave_js
zwave-js-server-python==0.43.0

View File

@ -35,7 +35,7 @@ def patch_cluster(cluster):
zcl_f.ReadAttributeRecord(
attr_id,
zcl_f.Status.SUCCESS,
zcl_f.TypeValue(python_type=None, value=value),
zcl_f.TypeValue(type=None, value=value),
)
)
else: