From 629b4b2d84f043f356a07522ee129c0229129a10 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 10 Mar 2021 22:07:58 +0100 Subject: [PATCH] :ambulance: Ensure the add-on has proper API access (#129) --- adguard/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adguard/config.json b/adguard/config.json index d53eaca..c4482b3 100755 --- a/adguard/config.json +++ b/adguard/config.json @@ -22,6 +22,8 @@ "discovery": ["adguard"], "auth_api": true, "host_network": true, + "hassio_api": true, + "hassio_role": "manager", "map": ["ssl"], "options": { "ssl": true,