Added HA downloader
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,6 +20,7 @@
|
|||||||
/appdaemon/*
|
/appdaemon/*
|
||||||
/appdaemon/apps/*
|
/appdaemon/apps/*
|
||||||
/glances/
|
/glances/
|
||||||
|
/downloads/
|
||||||
|
|
||||||
# ignore any of these files no matter where they are using double *
|
# ignore any of these files no matter where they are using double *
|
||||||
**.DS_Store
|
**.DS_Store
|
||||||
|
@ -65,3 +65,6 @@ rest_command:
|
|||||||
url: 'https://api.todoist.com/sync/v8/sync'
|
url: 'https://api.todoist.com/sync/v8/sync'
|
||||||
payload: !secret todoist_api_payload
|
payload: !secret todoist_api_payload
|
||||||
content_type: 'application/x-www-form-urlencoded'
|
content_type: 'application/x-www-form-urlencoded'
|
||||||
|
|
||||||
|
downloader:
|
||||||
|
download_dir: downloads
|
Reference in New Issue
Block a user