bumped to 1.2.0

This commit is contained in:
Jørgen Ferdinand 2025-03-07 23:21:48 +01:00
parent 543859c337
commit dda9d6f8c9
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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"