Ensure configuration is loaded properly in run.sh - v1.1.0
This commit is contained in:
parent
8dc24ed333
commit
427ca7abdc
2 changed files with 24 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue