Skip to content

Commit

Permalink
Bump ZHA lib to 0.0.24 and universal-silabs-flasher to 0.0.22 (home-a…
Browse files Browse the repository at this point in the history
…ssistant#122812)

* Bump ZHA lib to 0.0.24

* update for node state change for coordinator data

* bump flasher
  • Loading branch information
dmulcahey authored Jul 29, 2024
1 parent 9450744 commit bd3f0da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/zha/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"zha",
"universal_silabs_flasher"
],
"requirements": ["universal-silabs-flasher==0.0.21", "zha==0.0.23"],
"requirements": ["universal-silabs-flasher==0.0.22", "zha==0.0.24"],
"usb": [
{
"vid": "10C4",
Expand Down
4 changes: 2 additions & 2 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2822,7 +2822,7 @@ unifi_ap==0.0.1
unifiled==0.11

# homeassistant.components.zha
universal-silabs-flasher==0.0.21
universal-silabs-flasher==0.0.22

# homeassistant.components.upb
upb-lib==0.5.8
Expand Down Expand Up @@ -2983,7 +2983,7 @@ zeroconf==0.132.2
zeversolar==0.3.1

# homeassistant.components.zha
zha==0.0.23
zha==0.0.24

# homeassistant.components.zhong_hong
zhong-hong-hvac==1.0.12
Expand Down
4 changes: 2 additions & 2 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ ultraheat-api==0.5.7
unifi-discovery==1.2.0

# homeassistant.components.zha
universal-silabs-flasher==0.0.21
universal-silabs-flasher==0.0.22

# homeassistant.components.upb
upb-lib==0.5.8
Expand Down Expand Up @@ -2357,7 +2357,7 @@ zeroconf==0.132.2
zeversolar==0.3.1

# homeassistant.components.zha
zha==0.0.23
zha==0.0.24

# homeassistant.components.zwave_js
zwave-js-server-python==0.57.0
Expand Down
2 changes: 2 additions & 0 deletions tests/components/zha/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ async def zigpy_app_controller():

app.state.node_info.nwk = 0x0000
app.state.node_info.ieee = zigpy.types.EUI64.convert("00:15:8d:00:02:32:4f:32")
app.state.node_info.manufacturer = "Coordinator Manufacturer"
app.state.node_info.model = "Coordinator Model"
app.state.network_info.pan_id = 0x1234
app.state.network_info.extended_pan_id = app.state.node_info.ieee
app.state.network_info.channel = 15
Expand Down

0 comments on commit bd3f0da

Please sign in to comment.