From 127610abda4e7c476b4918f35b30be6855eae6c9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:48:45 +0200 Subject: [PATCH] Add webui URL to collabora config nobuild --- collabora/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collabora/config.json b/collabora/config.json index a3a9fe45d..6854ec661 100644 --- a/collabora/config.json +++ b/collabora/config.json @@ -40,5 +40,6 @@ }, "slug": "collabora", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "25.4.5-2" + "version": "25.4.5-2", + "webui": "[PROTO:ssl]://[HOST]:[PORT:9980]/browser/dist/admin/admin.html" }