From bcf9265bd45a5936c0489523d9cadb4ee7c6450c Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 19 Jan 2025 10:32:33 +0100 Subject: [PATCH] Clean webui options https: //github.com/alexbelgium/hassio-addons/issues/1718 Co-Authored-By: Igor Santos <532299+igorsantos07@users.noreply.github.com> --- transmission/CHANGELOG.md | 3 +++ transmission/config.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/transmission/CHANGELOG.md b/transmission/CHANGELOG.md index fa5bf39f7..57fb1ec57 100644 --- a/transmission/CHANGELOG.md +++ b/transmission/CHANGELOG.md @@ -1,3 +1,6 @@ +- Selected flood as default ui +- Disabled ui with issues https://github.com/alexbelgium/hassio-addons/issues/1718 + ## 4.0.6-r0-ls272 (17-12-2024) - Minor bugs fixed - Fix transmission web control diff --git a/transmission/config.json b/transmission/config.json index 0136e4069..1e75bb1d1 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -85,6 +85,7 @@ "DNS_server": "8.8.8.8,1.1.1.1", "PGID": 0, "PUID": 0, + "customUI": "flood-for-transmission", "download_dir": "/share/downloads", "incomplete_dir": "/share/incomplete" }, @@ -112,7 +113,7 @@ "cifsdomain": "str?", "cifspassword": "str?", "cifsusername": "str?", - "customUI": "list(standard|combustion-release|transmission-web-control|kettu|flood-for-transmission|transmissionic)", + "customUI": "list(standard|transmission-web-control|kettu|flood-for-transmission)", "download_dir": "str", "incomplete_dir": "str?", "localdisks": "str?",