From e0c019e69b578ed2e921fde21a56c7fbe88af56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Ferdinand?= Date: Fri, 7 Mar 2025 22:39:47 +0100 Subject: [PATCH] https://github.com/Ferdinand99/home-assistant-newt-addon --- newt/config.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/newt/config.yaml b/newt/config.yaml index 33c7446..8210ba7 100644 --- a/newt/config.yaml +++ b/newt/config.yaml @@ -1,5 +1,5 @@ name: "Newt Add-on" -version: "1.0.5" +version: "1.0.6" # Incremented to force update slug: "newt" description: "Runs the Newt container inside Home Assistant using Supervisor API" arch: @@ -7,10 +7,12 @@ arch: - armv7 - armhf - aarch64 -startup: system -boot: auto +startup: "system" +boot: "auto" host_network: true -privileged: true +privileged: + - SYS_ADMIN + - NET_ADMIN options: PANGOLIN_ENDPOINT: "https://example.com" NEWT_ID: "your_newt_id" @@ -19,6 +21,7 @@ schema: PANGOLIN_ENDPOINT: "str?" NEWT_ID: "str?" NEWT_SECRET: "str?" -homeassistant: true hassio_api: true +homeassistant_api: true +auth_api: true hassio_role: "admin" \ No newline at end of file