Clean webui options

https: //github.com/alexbelgium/hassio-addons/issues/1718
Co-Authored-By: Igor Santos <532299+igorsantos07@users.noreply.github.com>
This commit is contained in:
Alexandre
2025-01-19 10:32:33 +01:00
parent 62345f9739
commit bcf9265bd4
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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?",