• v0.6.1 09792a9a05

    LedGrab v0.6.1
    Build Release / create-release (push) Successful in 4s
    Build Android APK / build-android (push) Failing after 9s
    Build Release / build-linux (push) Successful in 2m13s
    Build Release / build-docker (push) Successful in 3m9s
    Build Release / build-windows (push) Successful in 4m6s
    Stable

    alexei.dolgolyov released this 2026-05-10 23:57:47 +03:00 | 132 commits to master since this release

    v0.6.1 (2026-05-10)

    Features

    • Per-surface card presentation modes (C/M/D/R) for the UI (75ca487)
    • Customisable card icon for all entity types (0f5850e)
    • HA-Light: broadcast a single Color Value Source to all entities (a79f4bf)
    • Targets: customisable card icon plus HA-light stop action (ced72fc)
    • Customisable card icon plate for devices (49ddabb)

    Bug Fixes

    • Shutdown: apply target stop actions before tearing down HA/MQTT so devices end up in their configured state (6a07a6b)

    Development / Internal

    CI/Build

    • Android: fail-fast on missing release keystore before SDK setup (a026f0b)

    Chores

    • Clean up cfg abbreviation and stale TODO link (e65dcb4)

    All Commits
    Hash Message Author
    75ca487 feat(ui): per-surface card presentation modes (C/M/D/R) alexei.dolgolyov
    e65dcb4 chore: clean up cfg abbreviation and stale TODO link alexei.dolgolyov
    6a07a6b fix(shutdown): apply target stop actions before tearing down HA/MQTT alexei.dolgolyov
    0f5850e feat(ui): customisable card icon for all entity types alexei.dolgolyov
    a79f4bf feat(ha-light): broadcast a single Color Value Source to all entities alexei.dolgolyov
    ced72fc feat(targets): customisable card icon + HA-light stop action alexei.dolgolyov
    49ddabb feat(ui): customisable card icon plate for devices alexei.dolgolyov
    a026f0b ci(android): fail-fast on missing release keystore before SDK setup alexei.dolgolyov

    Downloads

    Platform File Description
    Windows (installer) LedGrab-v0.6.1-setup.exe Install with Start Menu shortcut, optional autostart, uninstaller
    Windows (portable) LedGrab-v0.6.1-win-x64.zip Unzip anywhere, run LedGrab.bat
    Linux LedGrab-v0.6.1-linux-x64.tar.gz Extract, run ./run.sh
    Android LedGrab-v0.6.1-android-release.apk Sideload on Android 7.0+ (API 24+) — TV boxes, Fire TV, phones, tablets. arm64-v8a / x86_64 / x86
    Docker See below docker pull + docker run

    After starting, open http://localhost:8080 in your browser.

    Docker

    docker pull git.dolgolyov-family.by/alexei.dolgolyov/ledgrab:v0.6.1
    docker run -d --name ledgrab -p 8080:8080 -v ledgrab-data:/app/data git.dolgolyov-family.by/alexei.dolgolyov/ledgrab:v0.6.1
    

    First-time setup

    1. Change the default API key in .
    2. Open http://localhost:8080 and add your LED devices.
    3. See for detailed configuration.
    Downloads