From c1078d3af47f471b1578e8b49ef7621e2978d2c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Pobo=C5=99il?= Date: Thu, 13 Jul 2023 17:56:10 +0200 Subject: [PATCH] Remove webui Postgres has no web ui, so do not offer button to it. --- postgres/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/postgres/config.json b/postgres/config.json index 5d30fcc13..602d90120 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -34,6 +34,5 @@ }, "slug": "postgres", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "15.3-test5", - "webui": "[PROTO:ssl]://[HOST]:[PORT:5432]" + "version": "15.3-test5" }