2026.4.0
- Added: New "Scientific" calculation mode for BMR and Body Composition, selectable in the integration configuration (Fixes #337).
- Added: Hybrid "Last Measurement Time" logic. The sensor is now always available and uses state.last_changed as a fallback if no source sensor is provided (Fixes #335).
- Improved: Metric recalculation trigger. Sensors now refresh immediately when weight or impedance states change in Home Assistant, even if the values are identical.
- Fixed: Better handling of TIMESTAMP sensors to prevent "Unavailable" states after a restart
- Changed: Timestamps are now generated by Home Assistant instead of the ESP32. This fixes time sync issues and improves reliability for the weight_impedance_update.yaml blueprint (thank you @cavemancave).