What's new in Kiosk Satellite 2026.8.86
New: The log names who ran every command
- Every
command:line in the log now ends in its caller, in brackets:[remote admin]is the remote admin page,[esphome]the kiosk's ESPHome entities in Home Assistant,[mqtt]an MQTT command,[js_api]the page (Voice Satellite included),[ui]the device's own screens, and[screensaver],[camera],[browser]and the like are the app's own managers acting on their own. A command that could only be guessed at from the lines around it, a screen read every few seconds or a screenshot nobody asked for, now says whether the remote admin page, an automation or the app itself made it.
Changed
- The settings line names its caller in brackets the same way,
set screensaver.enabled = false [esphome], in place of thevia esphomeform introduced in 2026.8.85, and the remote admin page reads[remote admin]on both lines.