Added
- HA Add-on: one-click install via a My Home Assistant badge in the README, landing page, getting-started guide, and HA Add-on guide. Manual steps remain as a fallback for users without My Home Assistant configured.
- HA Add-on:
weight_unitandheight_unitexposed as add-on options (kg/lbs, cm/in). The CLI and exporters display in the chosen unit while internal math stays in kg/cm. - HA Add-on:
last_known_weightpersists across restarts. The runtime config lives at/data/config.yamland a small Python helper (merge_last_weights.py) copies preserved per-user weights from the previous run into the freshly generated config on every startup, so multi-user identification by weight stays accurate after reboots and add-on updates. - Docs: new Home Assistant Add-on guide covering install, full configuration reference, MQTT auto-detection, Garmin setup (including the MFA and IP-block workarounds), custom config mode, persistence semantics, and troubleshooting. Promoted to a first-class quick-start in the README and landing page.
Install
Docker image: `ghcr.io/kristianp26/ble-scale-sync:1.8.0` (also tagged `latest`, `1.8`, `1`).
Full diff: v1.7.5...v1.8.0