• Начало
  • Колекции
  • Категории
  • Етикети
  • Цени
  • Изпрати
    Изградено с
    Ever Works
    Ever Works

    Свържете се с нас

    Бъдете в течение

    Получавайте най-новите актуализации и ексклузивно съдържание в пощенската си кутия.

    Продукт

    • Колекции
    • Категории
    • Етикети
    • Цени
    • Помощ

    Клиенти

    • Вход
    • Регистрация
    • Забравена парола?

    Компания

    • За нас
    • Админ
    • Карта на сайта

    Ресурси

    • Блог
    • Изпрати
    • API документация
    • Общи условия за ползване
    • Политика за поверителност
    • Бисквитки
    Всички имена на продукти, лога и марки са собственост на съответните им собственици. Всички имена на компании, продукти и услуги, използвани в това хранилище, свързани хранилища и асоциирани уебсайтове, са само за целите на идентификация. Използването на тези имена, лога и марки не предполага одобрение, принадлежност или спонсорство. Този директорий може да включва съдържание, генерирано от изкуствен интелект.
    Copyright © 2025 Ever. Всички права запазени.·Общи условия за ползване·Политика за поверителност·Бисквитки
    Decorative pattern
    Decorative pattern
    1. Home
    2. Time Tracking Cli Tools
    3. ha-toggl-track

    ha-toggl-track

    A custom component that integrates Toggl Track API with Home Assistant for tracking time.

    🌐Посетете уебсайта

    За този инструмент

    Анкети

    Зареждане на още......

    Информация

    Уебсайтgithub.com
    ПубликуваноMay 13, 2025

    Категории

    1 Елемент
    Time Tracking Cli Tools

    Етикети

    4 Елементи
    #integration#api#open-source#automation

    Similar Products

    6 result(s)
    clockify-cli

    clockify-cli is a command-line interface to manage Clockify time entries and projects, enabling users to track and report time efficiently from the terminal.

    litt

    A low-intrusion CLI time tracker with a minimal workflow, REST API, and simple JSON storage for easy integration.

    toggl-cli

    A simple command-line interface for toggl.com, enabling users to track time via the Toggl service from the terminal.

    worklog

    A tool designed to record every minute of your time, including integration with Jira.

    Harvest – Google Sheets Integration

    A Zapier automation template that connects Harvest with Google Sheets to log time tracking data. Whenever a new time entry is created in Harvest, this workflow automatically adds a corresponding row to a specified Google Sheets spreadsheet. It’s useful for centralizing time tracking records, custom reporting, and backup of time logs without manual data entry.

    Todoist – TrackingTime Integration

    A Zapier workflow template that syncs task management and time tracking by creating a corresponding TrackingTime task whenever a new incomplete task is added in Todoist, centralizing tasks for easier tracking and improved productivity.

    ha-toggl-track

    A custom Home Assistant component to integrate Toggl Track API for time tracking automation.

    • Source: GitHub - kquinsland/ha-toggl-track
    • Category: Time Tracking CLI Tools
    • Tags: integration, api, open-source, automation

    Features

    • Integrates Toggl Track with Home Assistant as a custom component.
    • Adds sensors to Home Assistant for each Toggl Track workspace.
    • Sensors reflect the current time entry's description and attributes for each workspace.
    • Configurable polling interval to control how often the Toggl Track API is queried (default: 60 seconds).
    • Supports multiple workspaces, with a sensor per workspace.
    • Provides Home Assistant services for:
      • Creating new time entries (toggl_track.new_time_entry).
      • Stopping the current time entry (toggl_track.stop_time_entry).
      • Editing existing time entries (description and tags, toggl_track.edit_time_entry).
        • Can create new tags if needed, or remove tags (without deleting them).
    • Can be installed via HACS as a custom repository or manually by copying the component folder.
    • Requires API token for authentication.

    Pricing

    • Open Source (No pricing information; available for free under open-source license)

    Installation

    • Add the repository as a custom source in HACS or copy the custom_components/toggl_track folder manually.
    • Configure via Home Assistant UI with your Toggl API token.

    Notes

    • Still under development; some features and bugs are being worked on.
    • Sensor updates are subject to polling interval and may not reflect real-time changes immediately.