Jørgen Ferdinand 2025-03-07 22:39:47 +01:00
parent cdf4287818
commit e0c019e69b

View file

@ -1,5 +1,5 @@
name: "Newt Add-on" name: "Newt Add-on"
version: "1.0.5" version: "1.0.6" # Incremented to force update
slug: "newt" slug: "newt"
description: "Runs the Newt container inside Home Assistant using Supervisor API" description: "Runs the Newt container inside Home Assistant using Supervisor API"
arch: arch:
@ -7,10 +7,12 @@ arch:
- armv7 - armv7
- armhf - armhf
- aarch64 - aarch64
startup: system startup: "system"
boot: auto boot: "auto"
host_network: true host_network: true
privileged: true privileged:
- SYS_ADMIN
- NET_ADMIN
options: options:
PANGOLIN_ENDPOINT: "https://example.com" PANGOLIN_ENDPOINT: "https://example.com"
NEWT_ID: "your_newt_id" NEWT_ID: "your_newt_id"
@ -19,6 +21,7 @@ schema:
PANGOLIN_ENDPOINT: "str?" PANGOLIN_ENDPOINT: "str?"
NEWT_ID: "str?" NEWT_ID: "str?"
NEWT_SECRET: "str?" NEWT_SECRET: "str?"
homeassistant: true
hassio_api: true hassio_api: true
homeassistant_api: true
auth_api: true
hassio_role: "admin" hassio_role: "admin"