From 029b5a9d633d2a7821583a43d8367cf7fbbb5bfd Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 9 Jun 2022 19:57:00 -0400 Subject: [PATCH] Added HA downloader --- .gitignore | 1 + configuration.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 5797a18..dae9d33 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ /appdaemon/* /appdaemon/apps/* /glances/ +/downloads/ # ignore any of these files no matter where they are using double * **.DS_Store diff --git a/configuration.yaml b/configuration.yaml index fca074e..84d91ec 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 \ No newline at end of file