• 首页
  • Collections
  • 分类
  • 标签
  • 定价
  • 提交
    构建于
    Ever Works
    Ever Works

    与我们联系

    保持更新

    获取最新更新和独家内容直接发送到您的收件箱。

    产品

    • Collections
    • 分类
    • 标签
    • 定价
    • Help

    客户

    • 登录
    • 注册
    • 忘记密码?

    公司

    • 关于我们
    • 管理
    • 网站地图

    资源

    • 博客
    • 提交
    • API文档
    • 服务条款
    • 隐私政策
    • Cookie
    所有产品名称、标志和品牌均为其各自所有者的财产。此存储库、相关存储库和关联网站中使用的所有公司、产品和服务名称仅用于识别目的。使用这些名称、标志和品牌并不意味着认可、附属或赞助。此目录可能包含由人工智能生成的内容。
    Copyright © 2025 Ever. 版权所有.·服务条款·隐私政策·Cookie
    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.