32 lines
No EOL
657 B
YAML
32 lines
No EOL
657 B
YAML
name: "Newt Add-on"
|
|
version: "1.2.2"
|
|
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://yourendpoint.com"
|
|
NEWT_ID: "your_newt_id"
|
|
NEWT_SECRET: "your_newt_secret"
|
|
schema:
|
|
PANGOLIN_ENDPOINT: "str"
|
|
NEWT_ID: "str"
|
|
NEWT_SECRET: "str"
|
|
environment:
|
|
PANGOLIN_ENDPOINT: "{options[PANGOLIN_ENDPOINT]}"
|
|
NEWT_ID: "{options[NEWT_ID]}"
|
|
NEWT_SECRET: "{options[NEWT_SECRET]}"
|
|
hassio_api: true
|
|
homeassistant_api: true
|
|
auth_api: true
|
|
hassio_role: "admin" |