Skip to content

v1.6.19

Choose a tag to compare

@cyrilcolinet cyrilcolinet released this 10 Jul 09:12
905d0c0

Fix

Migration handler not found on restart after upgrading from 1.6.17/1.6.18.

Home Assistant 2026.x looks up async_migrate_entry on the integration module (__init__.py), not on the config flow class. The handler is now registered in both places.

No need to remove and re-add the integration — update via HACS, restart HA, migration runs automatically.

Install

HACS → Enki → Update, then restart Home Assistant.