tholgir / TodoIst-Task-List

This is a custom lovelace card for displaying a todoist calendar in Home Assistant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoIst Home Assistant lovelace card

This is a custom lovelace card for displaying a todoist calendar in Home Assistant.

HACS installation

  1. go the settings tab in hacs
  2. add this repository as a custom repository tholgir/TodoIst-Task-List with category plugin
  3. reference the js file in ui-lovelace.yaml:
resources:
  - url: /local/community/todoist-task-list/todoist-task-list.js?v=1.0.1
    type: js
  1. add the custom card configuration to ui-lovelace.yaml
cards:
  - type: "custom:todoist-task-list"
    entity: calendar.inbox
    title: TodoIst inbox

Manual Installation

  1. first setup the todoist calendar integration
  2. Download todoist-task-list.js to the www folder.
  3. reference the js file in ui-lovelace.yaml:
resources:
  - url: /local/community/todoist-task-list/todoist-task-list.js?v=1.0.1
    type: js
  1. add the custom card configuration to ui-lovelace.yaml
cards:
  - type: "custom:todoist-task-list"
    entity: calendar.inbox
    title: TodoIst inbox

Screenshot

alt text

About

This is a custom lovelace card for displaying a todoist calendar in Home Assistant.

License:MIT License


Languages

Language:JavaScript 100.0%