home-assistant-newt-addon/newt/config.yaml
Jørgen Ferdinand 17a9695e68
Some checks are pending
Post Changelog to Discord / post_to_discord (push) Waiting to run
Sync to Forgejo / mirror (push) Waiting to run
Updated newt to version 1.3.0
2025-07-11 18:19:13 +02:00

34 lines
735 B
YAML

name: "Newt Add-on"
version: "1.3.5"
slug: "newt"
description: "Runs Newt inside Home Assistant OS"
icon: "icon.png"
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"
# Reference the changelog
changelog: "https://raw.githubusercontent.com/Ferdinand99/home-assistant-newt-addon/main/CHANGELOG.md"