diff --git a/newt/config.yaml b/newt/config.yaml index dcdcd99..aece5b0 100644 --- a/newt/config.yaml +++ b/newt/config.yaml @@ -1,5 +1,5 @@ name: "Newt Add-on" -version: "1.1.9" +version: "1.2.0" slug: "newt" description: "Runs Newt inside Home Assistant OS" arch: diff --git a/newt/run.sh b/newt/run.sh index 2e1a700..d59c05c 100644 --- a/newt/run.sh +++ b/newt/run.sh @@ -5,8 +5,8 @@ echo "🔹 Starting Newt inside Home Assistant OS..." # Load configuration values PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT:-"https://dash.opland.net"} -NEWT_ID=${NEWT_ID:-"your_newt_id"} -NEWT_SECRET=${NEWT_SECRET:-"your_newt_secret"} +NEWT_ID=${NEWT_ID:-"ru32vsg8ls5lx93"} +NEWT_SECRET=${NEWT_SECRET:-"5rbqgpc292989uk9kz52hmypoyz6u9jf7k670fqja8p4un8o"} echo "✅ Configuration Loaded:" echo " PANGOLIN_ENDPOINT=$PANGOLIN_ENDPOINT"