Bump zwave-js to 9.0.2 and zwave-js-server to 1.16.0 (#2424)

* Bump zwave-js to 9.0.1 and zwave-js-server to 1.16.0

* build @serialport/bindings-cpp from source

* Bump zwave-js to 9.0.2

* Update config.yaml

* Empty commit
This commit is contained in:
Raman Gupta
2022-04-19 02:45:18 -04:00
committed by GitHub
parent b8033aeb9c
commit 55fd0cb8ba
5 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 0.1.56
- Bump Z-Wave JS to 9.0.2
- Bump Z-Wave JS Server to 1.16.0
## 0.1.55 ## 0.1.55
- Bump Z-Wave JS to 8.11.9 - Bump Z-Wave JS to 8.11.9

View File

@@ -22,6 +22,7 @@ RUN \
"zwave-js@${ZWAVEJS_VERSION}" \ "zwave-js@${ZWAVEJS_VERSION}" \
"@zwave-js/server@${ZWAVEJS_SERVER_VERSION}" \ "@zwave-js/server@${ZWAVEJS_SERVER_VERSION}" \
\ \
&& npm rebuild --build-from-source @serialport/bindings-cpp \
&& apk del --no-cache \ && apk del --no-cache \
.build-dependencies .build-dependencies

View File

@@ -9,5 +9,5 @@ codenotary:
signer: notary@home-assistant.io signer: notary@home-assistant.io
base_image: notary@home-assistant.io base_image: notary@home-assistant.io
args: args:
ZWAVEJS_SERVER_VERSION: 1.15.0 ZWAVEJS_SERVER_VERSION: 1.16.0
ZWAVEJS_VERSION: 8.11.9 ZWAVEJS_VERSION: 9.0.2

View File

@@ -1,5 +1,5 @@
--- ---
version: 0.1.55 version: 0.1.56
slug: zwave_js slug: zwave_js
name: Z-Wave JS name: Z-Wave JS
description: Control a ZWave network with Home Assistant Z-Wave JS description: Control a ZWave network with Home Assistant Z-Wave JS

View File

@@ -16,4 +16,4 @@ fi
export ZWAVEJS_EXTERNAL_CONFIG=/data/db export ZWAVEJS_EXTERNAL_CONFIG=/data/db
# Run daemon, passing external config directory in as environment variable # Run daemon, passing external config directory in as environment variable
exec zwave-server ${SERIAL_DEVICE} --config /etc/zwave_config.json exec zwave-server ${SERIAL_DEVICE} --config /etc/zwave_config.json --disable-dns-sd