Skip to content

Commit

Permalink
Specific install zwave js (home-assistant#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Feb 9, 2021
1 parent 3162be7 commit b3d4653
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## 0.1.5

- Update hardware configuration for Supervisor 2021.02.5
- Upgrade Z-Wave JS Server to 1.0.0-beta 5
- Pin Z-Wave JS to version 6.1.3

## 0.1.4

Expand Down
3 changes: 2 additions & 1 deletion zwave_js/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ARG BUILD_FROM
FROM ${BUILD_FROM}

ARG ZWAVEJS_SERVER_VERSION
ARG ZWAVEJS_VERSION

# Install Z-Wave JS
WORKDIR /usr/src
Expand All @@ -17,7 +18,7 @@ RUN \
python3 \
\
&& npm config set unsafe-perm \
&& npm install -g @zwave-js/server@${ZWAVEJS_SERVER_VERSION} \
&& npm install -g @zwave-js/server@${ZWAVEJS_SERVER_VERSION} zwave-js@${ZWAVEJS_VERSION} \
\
&& apk del --no-cache \
.build-dependencies
Expand Down
3 changes: 2 additions & 1 deletion zwave_js/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"aarch64": "homeassistant/aarch64-base:3.13"
},
"args": {
"ZWAVEJS_SERVER_VERSION": "1.0.0-beta.4"
"ZWAVEJS_SERVER_VERSION": "1.0.0-beta.5",
"ZWAVEJS_VERSION": "6.1.3"
}
}
2 changes: 1 addition & 1 deletion zwave_js/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Z-Wave JS",
"version": "0.1.4",
"version": "0.1.5",
"slug": "zwave_js",
"description": "Control a ZWave network with Home Assistant Z-Wave JS",
"arch": ["amd64", "i386", "armhf", "armv7", "aarch64"],
Expand Down

0 comments on commit b3d4653

Please sign in to comment.