bumped to 1.2.0
This commit is contained in:
parent
543859c337
commit
dda9d6f8c9
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: "Newt Add-on"
|
name: "Newt Add-on"
|
||||||
version: "1.1.9"
|
version: "1.2.0"
|
||||||
slug: "newt"
|
slug: "newt"
|
||||||
description: "Runs Newt inside Home Assistant OS"
|
description: "Runs Newt inside Home Assistant OS"
|
||||||
arch:
|
arch:
|
||||||
|
|
|
@ -5,8 +5,8 @@ echo "🔹 Starting Newt inside Home Assistant OS..."
|
||||||
|
|
||||||
# Load configuration values
|
# Load configuration values
|
||||||
PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT:-"https://dash.opland.net"}
|
PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT:-"https://dash.opland.net"}
|
||||||
NEWT_ID=${NEWT_ID:-"your_newt_id"}
|
NEWT_ID=${NEWT_ID:-"ru32vsg8ls5lx93"}
|
||||||
NEWT_SECRET=${NEWT_SECRET:-"your_newt_secret"}
|
NEWT_SECRET=${NEWT_SECRET:-"5rbqgpc292989uk9kz52hmypoyz6u9jf7k670fqja8p4un8o"}
|
||||||
|
|
||||||
echo "✅ Configuration Loaded:"
|
echo "✅ Configuration Loaded:"
|
||||||
echo " PANGOLIN_ENDPOINT=$PANGOLIN_ENDPOINT"
|
echo " PANGOLIN_ENDPOINT=$PANGOLIN_ENDPOINT"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue