Skip to content

Commit

Permalink
Bump zwave-js-server-python to 0.58.1 (home-assistant#127114)
Browse files Browse the repository at this point in the history
* Bump zwave-js-server-python to 0.58.1

* Update tests
  • Loading branch information
MartinHjelmare authored and frenck committed Sep 30, 2024
1 parent f3a72dd commit 25247de
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/zwave_js/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"iot_class": "local_push",
"loggers": ["zwave_js_server"],
"quality_scale": "platinum",
"requirements": ["pyserial==3.5", "zwave-js-server-python==0.58.0"],
"requirements": ["pyserial==3.5", "zwave-js-server-python==0.58.1"],
"usb": [
{
"vid": "0658",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3059,7 +3059,7 @@ ziggo-mediabox-xl==1.1.0
zm-py==0.5.4

# homeassistant.components.zwave_js
zwave-js-server-python==0.58.0
zwave-js-server-python==0.58.1

# homeassistant.components.zwave_me
zwave-me-ws==0.4.3
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2430,7 +2430,7 @@ zeversolar==0.3.1
zha==0.0.34

# homeassistant.components.zwave_js
zwave-js-server-python==0.58.0
zwave-js-server-python==0.58.1

# homeassistant.components.zwave_me
zwave-me-ws==0.4.3
4 changes: 2 additions & 2 deletions tests/components/zwave_js/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ async def test_add_node(
data={
"source": "controller",
"event": "inclusion started",
"secure": False,
"strategy": 2,
},
)
client.driver.receive_event(event)
Expand Down Expand Up @@ -1822,7 +1822,7 @@ async def test_replace_failed_node(
data={
"source": "controller",
"event": "inclusion started",
"secure": False,
"strategy": 2,
},
)
client.driver.receive_event(event)
Expand Down
6 changes: 3 additions & 3 deletions tests/components/zwave_js/test_trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def clear_events():
"config_entry_id": integration.entry_id,
"event_source": "controller",
"event": "inclusion started",
"event_data": {"secure": True},
"event_data": {"strategy": 0},
},
"action": {
"event": "controller_event_data_filter",
Expand Down Expand Up @@ -667,7 +667,7 @@ def clear_events():
data={
"source": "controller",
"event": "inclusion started",
"secure": False,
"strategy": 2,
},
)
client.driver.controller.receive_event(event)
Expand All @@ -691,7 +691,7 @@ def clear_events():
data={
"source": "controller",
"event": "inclusion started",
"secure": True,
"strategy": 0,
},
)
client.driver.controller.receive_event(event)
Expand Down

0 comments on commit 25247de

Please sign in to comment.