• Accueil
  • Collections
  • Catégorie
  • Tags
  • Tarification
  • Submit
    Construit avec
    Ever Works
    Ever Works

    Connectez-vous avec nous

    Restez informé

    Recevez les dernières mises à jour et du contenu exclusif directement dans votre boîte mail.

    Produit

    • Collections
    • Catégorie
    • Tags
    • Tarification
    • Help

    Clients

    • Se connecter
    • S'inscrire
    • Mot de passe oublié ?

    Entreprise

    • À propos de nous
    • Admin
    • Plan du site

    Ressources

    • Blog
    • Submit
    • Documentation API
    • Conditions d'utilisation
    • Politique de confidentialité
    • Cookies
    Tous les noms de produits, logos et marques sont la propriété de leurs propriétaires respectifs. Tous les noms d'entreprises, de produits et de services utilisés dans ce référentiel, les référentiels connexes et les sites Web associés sont uniquement à des fins d'identification. L'utilisation de ces noms, logos et marques n'implique pas d'approbation, d'affiliation ou de parrainage. Cet annuaire peut inclure du contenu généré par l'intelligence artificielle.
    Copyright © 2025 Ever. Tous droits réservés.·Conditions d'utilisation·Politique de confidentialité·Cookies
    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.

    🌐Visiter le site

    À propos de cet outil

    Sondages

    Loading more......

    Informations

    Site webgithub.com
    PubliéMay 13, 2025

    Catégorie

    1 élément
    Time Tracking Cli Tools

    Étiquettes

    4 éléments
    #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.