From 62ac90bf668ea045e9dd76cdb1d9b1d996646115 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 27 Jun 2023 21:28:31 +0200 Subject: [PATCH] Temp test : add privileges and api access https://github.com/alexbelgium/hassio-addons/issues/880 --- scrutiny_fa/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index ddc49681b..5e28fa057 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -11,6 +11,7 @@ "COLLECTOR_HOST_ID": "home_assistant" }, "full_access": true, + "homeassistant_api": true, "image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}", "ingress": true, "init": false, @@ -29,7 +30,8 @@ "ports_description": { "8080/tcp": "Web UI port", "8086/tcp": "InfluxDB admin" - }, + }, + "privileged": ["SYS_ADMIN", "SYS_RAWIO"], "schema": { "COLLECTOR_API_ENDPOINT": "str?", "COLLECTOR_HOST_ID": "str?", @@ -43,5 +45,5 @@ "slug": "scrutiny_fa", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.7.1" + "version": "v0.7.1-test" }