Skip to content

v1.12.1 — Docs sync & persistence fix

Choose a tag to compare

@cm-makes cm-makes released this 08 Jul 14:37
4a25870

A small maintenance release.

🛠️ Persistence fix (day_start_hour)

The v1.12.0 per-device reset hour left a gap: on restart, counters were zeroed on the calendar day, which could wrongly wipe runtime accrued before midnight on a device with day_start_hour > 0. Restore now checks the rollover per device against its own reset boundary. Devices using the default (midnight) are unaffected.

📖 Documentation

README and the Quickstart guide now document what's actually shipping: the built-in dashboard panel, battery priority, run conditions and the daily reset hour. The old, partly-broken manual dashboard was removed from the Plug & Play overlay (the panel replaces it — no Mushroom cards needed). An optional legacy Lovelace dashboard (example_dashboard.yaml) remains for those who want it.

No behaviour change for existing setups. Update via HACS.

🤖 Generated with Claude Code