From a096071a9774f91810f7caa0d5ff33f3b42bbf27 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 28 Oct 2022 08:17:40 +0100 Subject: [PATCH] Allow custom ui https://github.com/alexbelgium/hassio-addons/issues/527 --- qbittorrent/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 2fbbafe88..42b84b89b 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -98,7 +98,7 @@ "cifsdomain": "str?", "cifspassword": "str?", "cifsusername": "str?", - "customUI": "list(default|vuetorrent|qbit-matUI|qb-web)?", + "customUI": "list(default|vuetorrent|qbit-matUI|qb-web|custom)?", "keyfile": "str", "localdisks": "str?", "networkdisks": "str?",