From 68daef97f5f6f7f2c24ad9f6bf4c5e31a652df35 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 8 Jun 2022 11:30:48 +0200 Subject: [PATCH] watch_dir option https://github.com/alexbelgium/hassio-addons/issues/351 --- transmission/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/transmission/config.json b/transmission/config.json index 9493ffa9e..e3a15980a 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -82,6 +82,7 @@ "incomplete_dir": "str?", "localdisks": "str?", "networkdisks": "str?", + "watch_dir": "str?", "pass": "str?", "smbv1": "bool?", "user": "str?",