Skip to content

Commit

Permalink
Bump zwave-js-server-python to 0.45.2 (home-assistant#87822)
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 authored Feb 12, 2023
1 parent 7b92939 commit 65d7242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -8,7 +8,7 @@
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["zwave_js_server"],
"requirements": ["pyserial==3.5", "zwave-js-server-python==0.45.1"],
"requirements": ["pyserial==3.5", "zwave-js-server-python==0.45.2"],
"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 @@ -2730,7 +2730,7 @@ zigpy==0.53.0
zm-py==0.5.2

# homeassistant.components.zwave_js
zwave-js-server-python==0.45.1
zwave-js-server-python==0.45.2

# homeassistant.components.zwave_me
zwave_me_ws==0.3.1
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@ zigpy-znp==0.9.2
zigpy==0.53.0

# homeassistant.components.zwave_js
zwave-js-server-python==0.45.1
zwave-js-server-python==0.45.2

# homeassistant.components.zwave_me
zwave_me_ws==0.3.1

0 comments on commit 65d7242

Please sign in to comment.