We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7b88e commit 03a6428Copy full SHA for 03a6428
common/rootfs/docker-entrypoint.sh
@@ -60,7 +60,7 @@ if bashio::config.true 'zigbee_herdsman_debug'; then
60
export DEBUG="zigbee-herdsman:*"
61
fi
62
export NODE_PATH=/app/node_modules
63
-export ZIGBEE2MQTT_CONFIG_FRONTEND="{\"port\": 8099, \"url\": \"$(bashio::addon.ingress_entry)\"}"
+export ZIGBEE2MQTT_CONFIG_FRONTEND='{"port": 8099}'
64
65
# Expose addon configuration through environment variables.
66
function export_config() {
0 commit comments