From 8f046cb40535b5c89fd02f3bddcd4f4857d90f0f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 29 Oct 2018 22:03:13 +0100 Subject: [PATCH] :lock: Up the security level of the Hassio API to manager Closes #55 --- node-red/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-red/config.json b/node-red/config.json index decfc5435..eaa8139b8 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -14,7 +14,7 @@ ], "boot": "auto", "hassio_api": true, - "hassio_role": "default", + "hassio_role": "manager", "homeassistant_api": true, "host_network": true, "auth_api": true,