v2.5.3
What's Changed
- chore(deps): bump cryptography from 46.0.6 to 46.0.7 by @dependabot[bot] in #131
Fixed
- Preserve property values on lifecycle reset — the 2.5.2 property clear caused
_parse_float('')to return0.0for energy counters during panel reboots or network interruptions, triggering false dip-compensation offsets in the integration that
permanently inflated energy sensor values. Removed the property/timestamp/target clearing from_handle_description(). Pre-reboot values now serve as safe placeholders until the panel re-publishes fresh data. - Snapshot cache invalidated on reboot — the generation counter still increments on lifecycle resets, forcing consumers to discard cached snapshots and rebuild from current accumulator state.
Full Changelog: v2.5.2...v2.5.3