v1.6.19
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.