This is a custom lovelace card for displaying a todoist calendar in Home Assistant.
- go the settings tab in hacs
- add this repository as a custom repository
tholgir/TodoIst-Task-List
with category plugin - 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
- add the custom card configuration to ui-lovelace.yaml
cards:
- type: "custom:todoist-task-list"
entity: calendar.inbox
title: TodoIst inbox
- first setup the todoist calendar integration
- Download
todoist-task-list.js
to thewww
folder. - 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
- add the custom card configuration to ui-lovelace.yaml
cards:
- type: "custom:todoist-task-list"
entity: calendar.inbox
title: TodoIst inbox