Skip to content

v2.2.1

Choose a tag to compare

@eXPerience83 eXPerience83 released this 20 May 11:16
4e1470d

Pollen Levels v2.2.1

Changed

  • Modernized the options-flow reload path by using Home Assistant's OptionsFlowWithReload pattern 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

Full Changelog: v2.2.0...v2.2.1