Bump ZHA dependencies (#82509)

* Bump ZHA dependencies

* Use the corrected `TypeValue` keyword argument name in unit tests
This commit is contained in:
puddly 2022-11-21 19:39:34 -05:00 committed by GitHub
parent 0be2a3f182
commit dfed57ed4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -413,7 +413,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
@ -2630,7 +2630,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
@ -2639,7 +2639,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
@ -2651,7 +2651,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

@ -340,7 +340,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
@ -1831,10 +1831,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
@ -1846,7 +1846,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: