mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-07-22 02:13:01 +02:00
9 lines
276 B
Bash
9 lines
276 B
Bash
#!/command/with-contenv bashio
|
|
export IS_HA_ADDON="true"
|
|
|
|
export MQTTHOST=$(bashio::services mqtt "host")
|
|
export MQTTPORT=$(bashio::services mqtt "port")
|
|
export MQTTUSER=$(bashio::services mqtt "username")
|
|
export MQTTPASS=$(bashio::services mqtt "password")
|
|
|
|
python -u main.py |