From b19fa2df09a4e2136c2e432f6062df9651974988 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 17 Aug 2021 21:34:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=8E=20Enable=20streaming=20mode=20for?= =?UTF-8?q?=20Ingress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grocy/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/grocy/config.json b/grocy/config.json index 4076b3b..73968d6 100755 --- a/grocy/config.json +++ b/grocy/config.json @@ -5,6 +5,7 @@ "description": "ERP beyond your fridge! A groceries & household management solution for your home", "url": "https://github.com/hassio-addons/addon-grocy", "ingress": true, + "ingress_stream": true, "panel_icon": "mdi:cart", "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"], "map": ["ssl"],