From 7e88a0f51db8b9083d5ce9f6d97ab0ef03e9a3c6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 30 Jul 2022 10:43:35 +0200 Subject: [PATCH] Readded x forwarded proto Was removed by mistake --- spotweb/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotweb/config.json b/spotweb/config.json index 656fe701d..4399c453a 100644 --- a/spotweb/config.json +++ b/spotweb/config.json @@ -46,5 +46,5 @@ "slug": "spotweb", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/spotweb", - "version": "1.5.1-18" + "version": "1.5.1-19" }