Run Newt inside the add-on without Docker - v1.1.8

This commit is contained in:
Jørgen Ferdinand 2025-03-07 23:17:14 +01:00
parent c4b7f4da90
commit bbfd2398cd
2 changed files with 15 additions and 34 deletions

View file

@ -1,7 +1,7 @@
name: "Newt Add-on"
version: "1.1.7"
version: "1.1.8"
slug: "newt"
description: "Runs the Newt container inside Home Assistant using Supervisor API"
description: "Runs Newt inside Home Assistant OS"
arch:
- amd64
- armv7
@ -15,9 +15,9 @@ privileged:
- NET_ADMIN
- DAC_READ_SEARCH
options:
PANGOLIN_ENDPOINT: "https://example.com"
NEWT_ID: ""
NEWT_SECRET: ""
PANGOLIN_ENDPOINT: "https://dash.opland.net"
NEWT_ID: "your_newt_id"
NEWT_SECRET: "your_newt_secret"
schema:
PANGOLIN_ENDPOINT: "str"
NEWT_ID: "str"
@ -25,4 +25,4 @@ schema:
hassio_api: true
homeassistant_api: true
auth_api: true
hassio_role: "admin"
hassio_role: "admin"