Skip to content

Commit

Permalink
Update docker-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrossbach authored Aug 4, 2024
1 parent 79f66f4 commit af523da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noah-mqtt/rootfs/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bashio

export VERSION="$(jq --raw-output '.version // empty' config.json)"
export MQTT_HOST="$(bashio::services 'mqtt' 'host')"
export MQTT_PORT="$(bashio::services 'mqtt' 'port')"
export MQTT_USERNAME="$(bashio::services 'mqtt' 'username')"
Expand All @@ -8,4 +8,4 @@ export GROWATT_USERNAME="$(bashio::config 'growatt_username')"
export GROWATT_PASSWORD="$(bashio::config 'growatt_password')"
export LOG_LEVEL="$(bashio::config 'log_level')"
export POLLING_INTERVAL="$(bashio::config 'polling_interval')"
/noah-mqtt
/noah-mqtt

0 comments on commit af523da

Please sign in to comment.