Skip to content

Home Assistant custom component for Kanboard integration

License

Notifications You must be signed in to change notification settings

tanadelgigante/kanboardizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kanboardizer

Kanboardizer is a simple Home Assistant custom component that loads from a Kanboard installation the informations about:

  • Number of users
  • Number of project (active, closed and total)
  • Number of overall tasks (active, closed and total)
  • Number of overdue tasks

by interrogating the Kanboard APIs.

##setup

Simply download the content of the kanboardizer directory and place under your custom_components directory of Home Assistant. Then edit your configuration.yaml by adding the Kanboardizer section:

kanboardizer:
api_url: "https://<kanboard_server>/jsonrpc.php"
api_token: "<api_token>"
user: "<user_name>"

The API token could be copied from the Settings section of your user.

Then restart your Home Assistant instance.

This component is not affiliated or related to Kanboard developers and is used for study of the Kanboard and Home Assistant capabilities. This component is intended "as-is" and the author is not responsible for malfunctioning or damaging of your systems. Any collaboration is welcome.