Skip to content

donetick/donetick-hass-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Donetick Home Assistant Integration

A Home Assistant integration for Donetick that provides support for managing todo lists and controlling "things" as Home Assistant entities.

Warning

This version of the integration requires Donetick server version 0.1.53 or greater.

Features

📋 Todo Lists

  • Multiple Todo Lists: "All Tasks" view and individual assignee-specific lists
  • Task Management: Create, update, delete, and complete tasks
  • Task attributes: Task descriptions, due dates can be managed in Home Assistant

🔧 Things Integration

  • Sync things: Control Donetick "things" as Home Assistant entities
  • Multiple Entity Types:
    • Switch: Boolean things (true/false)
    • Number: Numeric things with increment/decrement
    • Text: Text input things

🔧 Services

  • donetick.create_task - Create new tasks
  • donetick.update_task - Update existing tasks
  • donetick.delete_task - Delete tasks
  • donetick.complete_task - Mark tasks complete with user attribution

Installation

Via HACS

  1. Open HACS in Home Assistant
  2. Navigate to Integrations
  3. Click "⋮" → "Custom repositories"
  4. Add repository: https://github.com/donetick/donetick-hass-integration/
  5. Category: Integration
  6. Search for "Donetick" and install
  7. Restart Home Assistant

Configuration

Configure via SettingsDevices & ServicesAdd IntegrationDonetick

Required:

  • Server URL:
    • Cloud: https://api.donetick.com
    • Self-hosted: http://your-host:2021 (or your port)
  • API Token: Generate from Donetick user settings

Optional:

  • Show Due In: Days ahead to display upcoming tasks (default: 7)
  • Create Unified List: Enable "All Tasks" todo list (default: true)
  • Create Assignee Lists: Individual todo lists per user (default: false)

About

Donetick Homeassistant Integration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages