diff --git a/jdownloader/config.json b/jdownloader/config.json new file mode 100644 index 0000000..eada932 --- /dev/null +++ b/jdownloader/config.json @@ -0,0 +1,20 @@ +{ + "name": "JDownloader 2", + "version": "1.0.0", + "slug": "jdownloader_ha", + "description": "JDownloader 2 Headless (via jaymoulin)", + "arch": ["aarch64", "amd64", "armv7"], + "startup": "application", + "boot": "auto", + "map": ["share"], + "options": { + "myjd_email": "deine_email@example.com", + "myjd_password": "dein_passwort", + "device_name": "HA-JDownloader" + }, + "schema": { + "myjd_email": "str", + "myjd_password": "password", + "device_name": "str" + } +} \ No newline at end of file