Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.1

Avoids a validation error in the Z-Wave JS UI logs complaining about incorrect proxy configuration.

## 1.3.0

### Z-Wave JS 15.23.2...15.23.5
Expand Down
2 changes: 1 addition & 1 deletion zwave_js/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.3.0
version: 1.3.1
slug: zwave_js
name: Z-Wave JS
description: Control a Z-Wave network with Home Assistant Z-Wave JS
Expand Down
3 changes: 3 additions & 0 deletions zwave_js/rootfs/etc/services.d/zwave_js/run
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ export ZWAVEJS_EXTERNAL_CONFIG=/data/db
export ZWAVE_PORT=${SERIAL_DEVICE}
export ZWAVE_EXTERNAL_SETTINGS=/etc/zwave_config.json

# Trust the ingress proxy
export TRUST_PROXY=1

# Run daemon, passing external config directory in as environment variable
# shellcheck disable=SC2086
exec zwave-js-ui
Loading