Update newt/config.yaml
Bumped the version to 1.2.4
This commit is contained in:
parent
4b460421dc
commit
2c1aec969a
1 changed files with 30 additions and 30 deletions
|
@ -1,31 +1,31 @@
|
||||||
name: "Newt Add-on"
|
name: "Newt Add-on"
|
||||||
version: "1.2.3"
|
version: "1.2.4"
|
||||||
slug: "newt"
|
slug: "newt"
|
||||||
description: "Runs Newt inside Home Assistant OS"
|
description: "Runs Newt inside Home Assistant OS"
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
- armv7
|
- armv7
|
||||||
- armhf
|
- armhf
|
||||||
- aarch64
|
- aarch64
|
||||||
startup: system
|
startup: system
|
||||||
boot: auto
|
boot: auto
|
||||||
host_network: true
|
host_network: true
|
||||||
privileged:
|
privileged:
|
||||||
- SYS_ADMIN
|
- SYS_ADMIN
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- DAC_READ_SEARCH
|
- DAC_READ_SEARCH
|
||||||
options:
|
options:
|
||||||
PANGOLIN_ENDPOINT: "https://example.com"
|
PANGOLIN_ENDPOINT: "https://example.com"
|
||||||
NEWT_ID: "your_newt_id"
|
NEWT_ID: "your_newt_id"
|
||||||
NEWT_SECRET: "your_newt_secret"
|
NEWT_SECRET: "your_newt_secret"
|
||||||
schema:
|
schema:
|
||||||
PANGOLIN_ENDPOINT: "str"
|
PANGOLIN_ENDPOINT: "str"
|
||||||
NEWT_ID: "str"
|
NEWT_ID: "str"
|
||||||
NEWT_SECRET: "str"
|
NEWT_SECRET: "str"
|
||||||
# Ensure that environment variables are set correctly
|
# Ensure that environment variables are set correctly
|
||||||
map:
|
map:
|
||||||
- config:rw
|
- config:rw
|
||||||
hassio_api: true
|
hassio_api: true
|
||||||
homeassistant_api: true
|
homeassistant_api: true
|
||||||
auth_api: true
|
auth_api: true
|
||||||
hassio_role: "admin"
|
hassio_role: "admin"
|
Loading…
Reference in a new issue