From 68cf2f2752f9cd79fb263bf70bf85178322a9aa6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 25 Jan 2021 18:30:20 +0100 Subject: [PATCH] Remove obsolete webui from configuration (#119) --- grocy/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/grocy/config.json b/grocy/config.json index a48755e..0fba5e7 100755 --- a/grocy/config.json +++ b/grocy/config.json @@ -4,7 +4,6 @@ "slug": "grocy", "description": "ERP beyond your fridge! A groceries & household management solution for your home", "url": "https://github.com/hassio-addons/addon-grocy", - "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", "ingress": true, "panel_icon": "mdi:cart", "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],