Ensure configuration is loaded properly in run.sh - v1.1.0

This commit is contained in:
Jørgen Ferdinand 2025-03-07 22:58:28 +01:00
parent 8dc24ed333
commit 427ca7abdc
2 changed files with 24 additions and 36 deletions

View file

@ -1,5 +1,5 @@
name: "Newt Add-on"
version: "1.0.9"
version: "1.1.0"
slug: "newt"
description: "Runs the Newt container inside Home Assistant using Supervisor API"
arch:
@ -16,12 +16,12 @@ privileged:
- DAC_READ_SEARCH
options:
PANGOLIN_ENDPOINT: "https://example.com"
NEWT_ID: "your_newt_id"
NEWT_SECRET: "your_newt_secret"
NEWT_ID: ""
NEWT_SECRET: ""
schema:
PANGOLIN_ENDPOINT: "str?"
NEWT_ID: "str?"
NEWT_SECRET: "str?"
PANGOLIN_ENDPOINT: "str"
NEWT_ID: "str"
NEWT_SECRET: "str"
hassio_api: true
homeassistant_api: true
auth_api: true