github KristianP26/ble-scale-sync v1.8.0

latest releases: v1.17.0, v1.16.1, v1.16.0...
one month ago

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_unit and height_unit exposed 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_weight persists across restarts. The runtime config lives at /data/config.yaml and 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

Add BLE Scale Sync repository to your Home Assistant

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

Don't miss a new ble-scale-sync release

NewReleases is sending notifications on new releases.