Files
home-assistant-addons/example/config.yaml
T
Hans Karlinius 55e6ec7784 test
2024-11-13 04:07:35 +01:00

26 lines
521 B
YAML

# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Example add-on
version: "1.2.3"
slug: example
description: Example add-on
url: "https://github.com/home-assistant/addons-example/tree/main/example"
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
init: false
kernel_modules: true
full_access: true
devices:
- /sys/devices/platform
- /dev
map:
- share:rw
options:
message: "Hello world..."
schema:
message: "str?"
#image: "ghcr.io/home-assistant/{arch}-addon-example"