v2.2.1
Pollen Levels v2.2.1
Changed
- Modernized the options-flow reload path by using Home Assistant's
OptionsFlowWithReloadpattern instead of a manually registered config-entry update listener. - Reduced visible coordinate precision in translated device-name placeholders to two decimal places while preserving full-precision coordinates for API requests and configuration.
Fixed
- Avoided a possible duplicate coordinator refresh when adding sensor entities during setup, relying on the existing first coordinator refresh performed before platform setup.
- Preserved immediate reload behavior after options changes without reintroducing the legacy update-listener pattern.
Notes
- This release does not change API request coordinates, stored configuration, unique IDs, entity IDs, translation keys, or device identifiers.
- The visible coordinate precision change is UI-only privacy hardening.
What's Changed
- Refactor options flow to modern Home Assistant pattern by @eXPerience83 in #116
- Stop forcing update_before_add when adding pollen sensors by @eXPerience83 in #117
- Reduce coordinate precision in visible device names by @eXPerience83 in #118
- Prepare v2.2.1 release by @eXPerience83 in #119
Full Changelog: v2.2.0...v2.2.1