Skip to content

v3.3.1: Pollen Levels v3, and the editor finds its feet again

Choose a tag to compare

@krissen krissen released this 11 Jun 10:15
e83c2ea

Three fixes, one of them an editor rescue 🩹

A maintenance release on top of 3.3.0: Pollen Levels v3 multi-location support, the visual editor working again on Home Assistant 2026.6, and number fields that follow your Home Assistant number format. Every existing card and badge renders exactly as before.


What's fixed

🌍 Pollen Levels v3 (#262)

Pollen Levels v3 moves to a single parent entry (your API key) with one config subentry per location. The card now detects each v3 location independently, so adding a second or third place no longer makes the others disappear; migrated and legacy installs keep working unchanged. Two v3 follow-ups came along with it: the visual editor shows a proper localized name for Google's grass plant instead of a raw key, and the overall-risk row stays correct next to v3 beta 3's new "top types" sensor, which had started shipping an attribute the card used to recognize the risk summary.

🧰 Visual editor on Home Assistant 2026.6 (#265)

HA 2026.6 removed the built-in text field and changed the button component the editor relied on, so input boxes rendered empty and the reset buttons ballooned into oversized circles. The editor now uses its own controls, styled from your theme so they sit in with the rest of Home Assistant. The card on your dashboard was never affected.

🔢 Number fields follow your Home Assistant number format (#263)

The editor's decimal fields now use the decimal separator from your Home Assistant profile (point or comma) and accept either as you type, instead of being tied to your device's OS locale. An invalid entry reverts to the previous value rather than resetting to zero.


What's Changed

  • (editor) Replace ha-textfield/ha-button with own components for HA 2026.6 by @krissen in #266 (closes #265, #263)
  • (gpl) Support Pollen Levels v3 config subentries by @krissen in #267
  • (editor) Localized name for the Pollen Levels grass plant by @krissen in #268
  • (gpl) Keep the v3 overall-risk row distinct from the new top-types sensor by @krissen in #269

Thanks to @eXPerience83 for reporting and testing the Pollen Levels v3 work (#262), and to @LinqLover for the number-format report (#263).

Full Changelog: v3.3.0...v3.3.1

Install / update

Update via HACS as usual, then hard-refresh your browser so the new bundle loads. New here? See the quick start.