Bump ZHA dependencies (#85355)
* Bump ZHA dependencies * Deprecated `foundation.Command` -> `foundation.GeneralCommand`
This commit is contained in:
parent
6d012ea7c0
commit
015281078a
4 changed files with 7 additions and 7 deletions
|
@ -4,12 +4,12 @@
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/zha",
|
"documentation": "https://www.home-assistant.io/integrations/zha",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"bellows==0.34.5",
|
"bellows==0.34.6",
|
||||||
"pyserial==3.5",
|
"pyserial==3.5",
|
||||||
"pyserial-asyncio==0.6",
|
"pyserial-asyncio==0.6",
|
||||||
"zha-quirks==0.0.90",
|
"zha-quirks==0.0.90",
|
||||||
"zigpy-deconz==0.19.2",
|
"zigpy-deconz==0.19.2",
|
||||||
"zigpy==0.52.3",
|
"zigpy==0.53.0",
|
||||||
"zigpy-xbee==0.16.2",
|
"zigpy-xbee==0.16.2",
|
||||||
"zigpy-zigate==0.10.3",
|
"zigpy-zigate==0.10.3",
|
||||||
"zigpy-znp==0.9.2"
|
"zigpy-znp==0.9.2"
|
||||||
|
|
|
@ -422,7 +422,7 @@ beautifulsoup4==4.11.1
|
||||||
# beewi_smartclim==0.0.10
|
# beewi_smartclim==0.0.10
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
bellows==0.34.5
|
bellows==0.34.6
|
||||||
|
|
||||||
# homeassistant.components.bmw_connected_drive
|
# homeassistant.components.bmw_connected_drive
|
||||||
bimmer_connected==0.12.0
|
bimmer_connected==0.12.0
|
||||||
|
@ -2684,7 +2684,7 @@ zigpy-zigate==0.10.3
|
||||||
zigpy-znp==0.9.2
|
zigpy-znp==0.9.2
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy==0.52.3
|
zigpy==0.53.0
|
||||||
|
|
||||||
# homeassistant.components.zoneminder
|
# homeassistant.components.zoneminder
|
||||||
zm-py==0.5.2
|
zm-py==0.5.2
|
||||||
|
|
|
@ -349,7 +349,7 @@ base36==0.1.1
|
||||||
beautifulsoup4==4.11.1
|
beautifulsoup4==4.11.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
bellows==0.34.5
|
bellows==0.34.6
|
||||||
|
|
||||||
# homeassistant.components.bmw_connected_drive
|
# homeassistant.components.bmw_connected_drive
|
||||||
bimmer_connected==0.12.0
|
bimmer_connected==0.12.0
|
||||||
|
@ -1885,7 +1885,7 @@ zigpy-zigate==0.10.3
|
||||||
zigpy-znp==0.9.2
|
zigpy-znp==0.9.2
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy==0.52.3
|
zigpy==0.53.0
|
||||||
|
|
||||||
# homeassistant.components.zwave_js
|
# homeassistant.components.zwave_js
|
||||||
zwave-js-server-python==0.44.0
|
zwave-js-server-python==0.44.0
|
||||||
|
|
|
@ -77,7 +77,7 @@ def update_attribute_cache(cluster):
|
||||||
attrid = zigpy.types.uint16_t(attrid)
|
attrid = zigpy.types.uint16_t(attrid)
|
||||||
attrs.append(make_attribute(attrid, value))
|
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
|
hdr.frame_control.disable_default_response = True
|
||||||
msg = zcl_f.GENERAL_COMMANDS[zcl_f.GeneralCommand.Report_Attributes].schema(
|
msg = zcl_f.GENERAL_COMMANDS[zcl_f.GeneralCommand.Report_Attributes].schema(
|
||||||
attribute_reports=attrs
|
attribute_reports=attrs
|
||||||
|
|
Loading…
Add table
Reference in a new issue