diff --git a/chroot/opt/venv/start.sh b/chroot/opt/venv/start.sh index 5436c1e..18aed34 100755 --- a/chroot/opt/venv/start.sh +++ b/chroot/opt/venv/start.sh @@ -151,6 +151,7 @@ cat < $CONFIG "ble_scan_time": ${SCAN_TIME:-60}, "ble_time_between_scans": ${TIME_BETWEEN:-60}, "log_level": "${LOG_LEVEL:-DEBUG}", + "lwt_topic": "${LWT_TOPIC:-home/TheengsGateway/LWT}", "discovery": ${DISCOVERY:-true}, "hass_discovery": ${HASS_DISCOVERY:-true}, "discovery_topic": "${DISCOVERY_TOPIC:-homeassistant/sensor}",