Skip to content

Commit d2f10c1

Browse files
authored
enable url setting in order to add Visit button in HA UI (#499)
1 parent a55b2e5 commit d2f10c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/rootfs/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if bashio::config.true 'zigbee_herdsman_debug'; then
6060
export DEBUG="zigbee-herdsman:*"
6161
fi
6262
export NODE_PATH=/app/node_modules
63-
export ZIGBEE2MQTT_CONFIG_FRONTEND='{"port": 8099}'
63+
export ZIGBEE2MQTT_CONFIG_FRONTEND="{\"port\": 8099, \"url\": \"$(bashio::addon.ingress_entry)\"}"
6464

6565
# Expose addon configuration through environment variables.
6666
function export_config() {

0 commit comments

Comments
 (0)