Bump ZHA dependencies (#85355)

* Bump ZHA dependencies

* Deprecated `foundation.Command` -> `foundation.GeneralCommand`
This commit is contained in:
puddly 2023-01-06 23:01:36 -05:00 committed by GitHub
parent 6d012ea7c0
commit 015281078a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -4,12 +4,12 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/zha",
"requirements": [
"bellows==0.34.5",
"bellows==0.34.6",
"pyserial==3.5",
"pyserial-asyncio==0.6",
"zha-quirks==0.0.90",
"zigpy-deconz==0.19.2",
"zigpy==0.52.3",
"zigpy==0.53.0",
"zigpy-xbee==0.16.2",
"zigpy-zigate==0.10.3",
"zigpy-znp==0.9.2"

View file

@ -422,7 +422,7 @@ beautifulsoup4==4.11.1
# beewi_smartclim==0.0.10
# homeassistant.components.zha
bellows==0.34.5
bellows==0.34.6
# homeassistant.components.bmw_connected_drive
bimmer_connected==0.12.0
@ -2684,7 +2684,7 @@ zigpy-zigate==0.10.3
zigpy-znp==0.9.2
# homeassistant.components.zha
zigpy==0.52.3
zigpy==0.53.0
# homeassistant.components.zoneminder
zm-py==0.5.2

View file

@ -349,7 +349,7 @@ base36==0.1.1
beautifulsoup4==4.11.1
# homeassistant.components.zha
bellows==0.34.5
bellows==0.34.6
# homeassistant.components.bmw_connected_drive
bimmer_connected==0.12.0
@ -1885,7 +1885,7 @@ zigpy-zigate==0.10.3
zigpy-znp==0.9.2
# homeassistant.components.zha
zigpy==0.52.3
zigpy==0.53.0
# homeassistant.components.zwave_js
zwave-js-server-python==0.44.0

View file

@ -77,7 +77,7 @@ def update_attribute_cache(cluster):
attrid = zigpy.types.uint16_t(attrid)
attrs.append(make_attribute(attrid, value))
hdr = make_zcl_header(zcl_f.Command.Report_Attributes)
hdr = make_zcl_header(zcl_f.GeneralCommand.Report_Attributes)
hdr.frame_control.disable_default_response = True
msg = zcl_f.GENERAL_COMMANDS[zcl_f.GeneralCommand.Report_Attributes].schema(
attribute_reports=attrs