Update newt/config.yaml

Bumped the version to 1.2.4
This commit is contained in:
Jørgen O. 2025-03-10 11:31:55 +01:00
parent 4b460421dc
commit 2c1aec969a

View file

@ -1,31 +1,31 @@
name: "Newt Add-on"
version: "1.2.3"
slug: "newt"
description: "Runs Newt inside Home Assistant OS"
arch:
- amd64
- armv7
- armhf
- aarch64
startup: system
boot: auto
host_network: true
privileged:
- SYS_ADMIN
- NET_ADMIN
- DAC_READ_SEARCH
options:
PANGOLIN_ENDPOINT: "https://example.com"
NEWT_ID: "your_newt_id"
NEWT_SECRET: "your_newt_secret"
schema:
PANGOLIN_ENDPOINT: "str"
NEWT_ID: "str"
NEWT_SECRET: "str"
# Ensure that environment variables are set correctly
map:
- config:rw
hassio_api: true
homeassistant_api: true
auth_api: true
name: "Newt Add-on"
version: "1.2.4"
slug: "newt"
description: "Runs Newt inside Home Assistant OS"
arch:
- amd64
- armv7
- armhf
- aarch64
startup: system
boot: auto
host_network: true
privileged:
- SYS_ADMIN
- NET_ADMIN
- DAC_READ_SEARCH
options:
PANGOLIN_ENDPOINT: "https://example.com"
NEWT_ID: "your_newt_id"
NEWT_SECRET: "your_newt_secret"
schema:
PANGOLIN_ENDPOINT: "str"
NEWT_ID: "str"
NEWT_SECRET: "str"
# Ensure that environment variables are set correctly
map:
- config:rw
hassio_api: true
homeassistant_api: true
auth_api: true
hassio_role: "admin"