Added possible task list for K

This commit is contained in:
2022-02-26 14:54:57 -05:00
parent eef532e46c
commit 689f7c734f

View File

@ -52,3 +52,14 @@
json_attributes:
- items
scan_interval: 30
- platform: rest
name: Kallen Tasks
method: GET
resource: 'https://api.todoist.com/sync/v8/projects/get_data'
params:
token: !secret todoist_api_token
project_id: 2285969005
value_template: '{{value_json[''project''][''id'']}}'
json_attributes:
- items
scan_interval: 30