mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
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:
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.56
|
||||
|
||||
- Bump Z-Wave JS to 9.0.2
|
||||
- Bump Z-Wave JS Server to 1.16.0
|
||||
|
||||
## 0.1.55
|
||||
|
||||
- Bump Z-Wave JS to 8.11.9
|
||||
|
||||
@@ -22,6 +22,7 @@ RUN \
|
||||
"zwave-js@${ZWAVEJS_VERSION}" \
|
||||
"@zwave-js/server@${ZWAVEJS_SERVER_VERSION}" \
|
||||
\
|
||||
&& npm rebuild --build-from-source @serialport/bindings-cpp \
|
||||
&& apk del --no-cache \
|
||||
.build-dependencies
|
||||
|
||||
|
||||
@@ -9,5 +9,5 @@ codenotary:
|
||||
signer: notary@home-assistant.io
|
||||
base_image: notary@home-assistant.io
|
||||
args:
|
||||
ZWAVEJS_SERVER_VERSION: 1.15.0
|
||||
ZWAVEJS_VERSION: 8.11.9
|
||||
ZWAVEJS_SERVER_VERSION: 1.16.0
|
||||
ZWAVEJS_VERSION: 9.0.2
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
version: 0.1.55
|
||||
version: 0.1.56
|
||||
slug: zwave_js
|
||||
name: Z-Wave JS
|
||||
description: Control a ZWave network with Home Assistant Z-Wave JS
|
||||
|
||||
@@ -16,4 +16,4 @@ fi
|
||||
export ZWAVEJS_EXTERNAL_CONFIG=/data/db
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user