Add folders options

This commit is contained in:
Alexandre
2020-12-13 08:11:32 +01:00
committed by GitHub
parent cd8057103a
commit 3515995bb2

View File

@@ -1,6 +1,6 @@
{ {
"name": "Transmission NAS", "name": "Transmission NAS",
"version": "1.3", "version": "1.4",
"slug": "transmission", "slug": "transmission",
"description": "The torrent client for Hass.io with OpenVPN support", "description": "The torrent client for Hass.io with OpenVPN support",
"url": "https://github.com/pierrickrouxel/hassio-addon-transmission", "url": "https://github.com/pierrickrouxel/hassio-addon-transmission",
@@ -48,7 +48,9 @@
"openvpn_enabled": false, "openvpn_enabled": false,
"openvpn_config": "", "openvpn_config": "",
"openvpn_username": "", "openvpn_username": "",
"openvpn_password": "" "openvpn_password": "",
"download_dir": "/share/downloads",
"incomplete_dir": "/share/incomplete"
}, },
"schema": { "schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
@@ -59,7 +61,9 @@
"openvpn_enabled": "bool", "openvpn_enabled": "bool",
"openvpn_config": "str", "openvpn_config": "str",
"openvpn_username": "str", "openvpn_username": "str",
"openvpn_password": "str" "openvpn_password": "str",
"download_dir": "str",
"incomplete_dir": "str"
}, },
"environment": { "environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}" "LOG_FORMAT": "{LEVEL}: {MESSAGE}"