From 3bb35a4c47a9ee8bed623c6c9bae415099a11da7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 14 Oct 2023 22:19:38 +0200 Subject: [PATCH] Add webui including ssl --- tandoor_recipes/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 7206111be..6e1c181a6 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -110,5 +110,6 @@ "slug": "tandoor_recipes", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.5.6" + "version": "1.5.6", + "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" }