avoid printing of the MQTT config inkl. password
This commit is contained in:
@@ -6,7 +6,7 @@ echo "run.sh: info: check for Home Assistant supervisor API"
|
|||||||
MQTT_HOST=""
|
MQTT_HOST=""
|
||||||
if bashio::supervisor.ping; then
|
if bashio::supervisor.ping; then
|
||||||
echo "run.sh: info: check for Home Assistant MQTT"
|
echo "run.sh: info: check for Home Assistant MQTT"
|
||||||
if bashio::services mqtt; then
|
if bashio::services mqtt "host"; then
|
||||||
MQTT_HOST=$(bashio::services mqtt "host")
|
MQTT_HOST=$(bashio::services mqtt "host")
|
||||||
MQTT_PORT=$(bashio::services mqtt "port")
|
MQTT_PORT=$(bashio::services mqtt "port")
|
||||||
MQTT_USER=$(bashio::services mqtt "username")
|
MQTT_USER=$(bashio::services mqtt "username")
|
||||||
@@ -22,6 +22,7 @@ fi
|
|||||||
if [ -z "$MQTT_HOST" ]; then
|
if [ -z "$MQTT_HOST" ]; then
|
||||||
echo "run.sh: info: MQTT configuration not found"
|
echo "run.sh: info: MQTT configuration not found"
|
||||||
else
|
else
|
||||||
|
echo ""
|
||||||
echo "run.sh: info: MQTT found"
|
echo "run.sh: info: MQTT found"
|
||||||
export MQTT_HOST
|
export MQTT_HOST
|
||||||
export MQTT_PORT
|
export MQTT_PORT
|
||||||
|
|||||||
Reference in New Issue
Block a user