Releases: cyrilcolinet/enki-integration-hass
Release list
v1.8.0
v1.7.1
v1.7.0
v1.6.21
1.6.21 (2026-07-25)
Bug Fixes
- ci: open release PR ready, fix title pattern (a37bce6)
- close API session when entry setup fails (b6bfa65)
- diagnostics: restore Download diagnostics button (90a6b1b)
- sensor: drop UnitOfRatio, unsupported before HA 2026.7 (3eee87f)
Install
HACS → Enki → Update, then restart Home Assistant.
v1.6.20
1.6.20 (2026-07-13)
Bug Fixes
- ci: restore release gate, drop default with (81ee3ed)
- light: honor own endpoint_id in bare power fallback (89f906f)
- light: prefer fan_light_endpoints for bare on/off fallback (1398807)
- light: route bare fan-light on via switch_electrical_power when unschemed (d2bc56d), closes #74
- telemetry: silence SDK admin capability gaps (88228a8)
Install
HACS → Enki → Update, then restart Home Assistant.
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.
v1.6.18
CyrilP migration
CyrilP/hass-enki-component is archived and redirects here.
Upgrading from the original integration: HACS Update + restart — do not uninstall. Guide: docs/MIGRATION.md
Config entry migration (#62)
async_migrate_entryv1→2 on first startscan_intervalmoved from data → options- Legacy
unique_idnormalized (Enki - email→email) - Solar entity rename
power_production→power-production
Install
HACS → Enki → Update, then restart Home Assistant.
What's Changed
- chore(deps): update dependency ruff to v0.15.21 by @renovate[bot] in #69
- feat(migration): migrate legacy CyrilP config entries by @cyrilcolinet in #62
Full Changelog: v1.6.17...v1.6.18
v1.6.17
v1.6.16
v1.6.15
Highlights
Radix ceiling fans (#61)
- Motor/light endpoint split when motor is not BFF endpoint 1 (Inspire Radix: lights 1+3, motor 2)
- Fallback heuristics for Siroco+ / Cadix (motor on endpoint 1)
Lexman / Envertech solar (#61)
- Wire
api-enki-lexman-envertech-prodforcheck_power_productionandcheck_energy_production - New cumulative energy sensor (kWh)
- Inverter discovery no longer requires a live BFF dashboard tile
Install
HACS → update Enki, or download enki.zip from this release.