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