Skip to content

v0.1.1

Choose a tag to compare

@neilellis neilellis released this 16 Jun 23:12
· 9 commits to main since this release

What's new

  • Per-board calendar entity — every card with a due date now surfaces as an event on a native HA calendar entity (one per board, attached to the board device). Dated tasks show up in Home Assistant's Calendar panel and the built-in Calendar dashboard card, and are Assist-queryable / automation-friendly. Date-only dues are all-day events; timed dues are 1-hour blocks, titled #<number> <card title>.
  • Editable board titles — double-click a board tab to rename it inline (Enter saves, Esc cancels). Fixes the previously broken rename where the toolbar re-render destroyed the edit mid double-click.

Updating

Update via HACS (or copy custom_components/hakanban/ manually), then restart Home Assistant — a full restart is required to load the new calendar platform.

Full changelog: 9efe566...v0.1.1