From 7d85b624c1b8ad42e381cff8606fe3ab5384c4ce Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 12 Aug 2021 00:54:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=8E=20Enable=20streaming=20mode=20for?= =?UTF-8?q?=20Ingress=20(#187)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glances/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/glances/config.json b/glances/config.json index 792ee0b..d28e668 100755 --- a/glances/config.json +++ b/glances/config.json @@ -6,6 +6,7 @@ "url": "https://github.com/hassio-addons/addon-glances", "ingress": true, "ingress_port": 0, + "ingress_stream": true, "panel_icon": "mdi:speedometer", "startup": "services", "homeassistant": "0.92.0b2",