From 0471edac590020591504fa842745370018d7ac9b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 27 Jun 2023 21:32:52 +0200 Subject: [PATCH] Correction from @dm82m https://github.com/alexbelgium/hassio-addons/issues/880 --- scrutiny_fa/config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 5e28fa057..cf896251b 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -11,7 +11,6 @@ "COLLECTOR_HOST_ID": "home_assistant" }, "full_access": true, - "homeassistant_api": true, "image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}", "ingress": true, "init": false, @@ -31,7 +30,11 @@ "8080/tcp": "Web UI port", "8086/tcp": "InfluxDB admin" }, - "privileged": ["SYS_ADMIN", "SYS_RAWIO"], + "privileged": [ + "SYS_ADMIN", + "SYS_RAWIO", + "DAC_READ_SEARCH" + ], "schema": { "COLLECTOR_API_ENDPOINT": "str?", "COLLECTOR_HOST_ID": "str?", @@ -45,5 +48,5 @@ "slug": "scrutiny_fa", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.7.1-test" + "version": "v0.7.1-2" }