Hi everyone,
I’ve been working on a new integration that connects Kanboard with Home Assistant, and I’d love to share it here first to get feedback from actual Kanboard users.
What it does
The integration (called HAKboard) uses the Kanboard API to pull live project, task, and user data into Home Assistant as sensor entities. It includes:
-
Project task counts
-
Per-user statistics (open tasks, active/admin flags)
-
Last activity timestamps
-
Synced project filtering
-
Multiple Kanboard instances supported
-
Auto-cleanup for removed projects
-
Simple configuration UI (no YAML)
-
Optional Lovelace dashboard cards
Repository
https://github.com/aktive/hakboard
Why this might be useful
Many Home Assistant users track personal/home workflows inside Kanboard (renovations, shopping lists, maintenance reminders, etc.).
This integration makes it possible to:
-
Build dashboards around those workflows
-
Trigger automations based on task activity
-
Visualize project status in a smart display
-
Combine Kanboard data with home sensors (e.g., “show urgent tasks if someone is home”)
Looking for feedback
Before finalizing the first major release, I’d appreciate input on:
-
Additional fields that would be helpful
-
Other Kanboard APIs worth exposing
-
Compatibility / performance feedback
-
Anything that would make this more useful to Kanboard users, and to get new users as excited as I am about Kanboard.
Thanks — happy to answer questions!