Skip to content

v1.3.2 — HA 2026.x future-proofing

Choose a tag to compare

@CaputoDavide93 CaputoDavide93 released this 09 Aug 19:50
· 36 commits to main since this release

Compatibility release for Home Assistant 2026.x — closes upcoming core deprecations before they become errors, and hardens CI so the suite always runs against the current HA core:

  • Options flow → OptionsFlowWithReload, update listener removed — the listener + async_update_reload_and_abort combination becomes a hard error in HA 2026.12.
  • Device registry: service target resolution now prefers DeviceEntry.config_entry_id (HA 2026.8 single-config-entry model), falling back on older cores. The deprecated .config_entries set is removed in 2027.8.
  • Honest HACS floor: minimum Home Assistant is now 2025.8.0.
  • CI: Python 3.12 → 3.14 (HA 2026.8 needs ≥3.14.2) plus a weekly scheduled test run, so core API churn is caught between pushes.
  • Docs/tooling roll-up: generated README entity tables with a CI drift check, repository links updated to Mixergy-HA.

76/76 tests green on HA 2026.8.1 / Python 3.14. Requires Home Assistant 2025.8.0 or newer.