Added Todoist integration and custom card
This commit is contained in:
@ -100,6 +100,14 @@ calendar:
|
||||
username: !secret userIcloud
|
||||
password: !secret passIcloud
|
||||
url: https://caldav.icloud.com
|
||||
- platform: todoist
|
||||
token: !secret todoist_api_token
|
||||
custom_projects:
|
||||
- name: 'All Projects'
|
||||
- name: 'Due Today'
|
||||
due_date_days: 0
|
||||
- name: 'Due This Week'
|
||||
due_date_days: 7
|
||||
|
||||
device_tracker:
|
||||
- platform: icloud3
|
||||
@ -154,3 +162,10 @@ notify:
|
||||
- service: mobile_app_kallen_iphone
|
||||
- service: mobile_app_tony_s_ipad
|
||||
- service: mobile_app_tony_s_iphone
|
||||
|
||||
rest_command:
|
||||
todoist:
|
||||
method: post
|
||||
url: 'https://api.todoist.com/sync/v8/sync'
|
||||
payload: !secret todoist_api_payload
|
||||
content_type: 'application/x-www-form-urlencoded'
|
||||
|
Reference in New Issue
Block a user