v1.3.2 — HA 2026.x future-proofing
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_abortcombination 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_entriesset 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.