0.8.2 — 2026-08-08
- Fixed: the app refused to start with "No MQTT broker configured" even with Mosquitto
running. The start script used#!/usr/bin/env bashio, but under s6-overlay v3 — what
current Home Assistant base images use — that shebang does not receive the container's
environment, soSUPERVISOR_TOKENwas missing and MQTT auto-detection could never work.
It now uses#!/usr/bin/with-contenv bashioand additionally asks Home Assistant through
the officialbashio::servicesinterface. Settingmqtt_hostmanually was the
workaround; it is no longer needed.