• v0.5.0 5a4df5958f

    v0.5.0
    Some checks failed
    Lint / Ruff (push) Waiting to run
    Test / Pytest (push) Waiting to run
    Validate / Hassfest Validation (push) Waiting to run
    Validate / HACS Validation (push) Waiting to run
    Release / Release (release) Failing after 1m26s
    Stable

    djuri released this 2026-04-18 11:49:50 +00:00 | 7 commits to main since this release

    New capabilities

    • Servicesbtclock.show_text (auto-uppercased, clamped to the device's numScreens) and btclock.show_custom (one string per screen). 3.4.0+ firmware only.
    • LED brightness slider (number.led_brightness, 0–255) + Disable LEDs switch backed by PATCH /api/settings.
    • Firmware update entity — polls gitReleaseUrl once a day; only shown for real semver builds. Installing the latest version fires POST /api/firmware/auto_update; specific-version installs download the matching {board}_firmware.bin and littlefs_{size}.bin assets and upload them over /upload/firmware + /upload/webui. Release notes fall back to first-line compare-API commit messages when the release body is empty.

    UX

    • README now has My Home Assistant buttons for HACS install and the config-flow start.

    Tested

    119 tests passing; live-verified show_text, show_custom, ledBrightness, disableLeds against the Rev A device.

    Downloads