Skip to content

Releases: cyrilcolinet/enki-integration-hass

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 07:57

1.8.0 (2026-07-27)

Features

  • cover: support RTS roller shutters without position (4ad9bf8), closes #96

Bug Fixes

  • api: publish the discovery snapshot atomically (fab9f15), closes #87

Install

HACS → Enki → Update, then restart Home Assistant.

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 05:44

1.7.1 (2026-07-26)

Bug Fixes

  • diagnostics: keep control hints on the discovery record (85f6e56), closes #87

Install

HACS → Enki → Update, then restart Home Assistant.

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 05:32

1.7.0 (2026-07-26)

Features

  • diagnostics: expose control hint and telemetry exclusion (d2a4849), closes #87

Install

HACS → Enki → Update, then restart Home Assistant.

v1.6.21

Choose a tag to compare

@github-actions github-actions released this 25 Jul 10:27

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

Choose a tag to compare

@github-actions github-actions released this 13 Jul 11:48

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

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.

v1.6.18

Choose a tag to compare

@cyrilcolinet cyrilcolinet released this 10 Jul 09:05
b32eb1c

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_entry v1→2 on first start
  • scan_interval moved from data → options
  • Legacy unique_id normalized (Enki - emailemail)
  • Solar entity rename power_productionpower-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

Choose a tag to compare

@cyrilcolinet cyrilcolinet released this 09 Jul 14:40
3d5d6ad

Install

HACS → Enki → Update, then restart Home Assistant.

Full Changelog: v1.6.16...v1.6.17

v1.6.16

Choose a tag to compare

@cyrilcolinet cyrilcolinet released this 08 Jul 12:47
89c5731

Changes

  • fix(telemetry): include button platform for shutter preset-capable covers (#68)
  • test(cover): unit tests for EnkiCoverEntity and shutter preset buttons (#65)
  • test(scenario): unit tests for EnkiScenarioButton (#67)

Install

HACS → Enki → Update, then restart Home Assistant.

v1.6.15

Choose a tag to compare

@cyrilcolinet cyrilcolinet released this 08 Jul 10:27
v1.6.15
14514d2

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-prod for check_power_production and check_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.