2025-02-03 12:23:35 +00:00
|
|
|
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
|
2025-02-03 12:30:59 +00:00
|
|
|
name: New Example add-on
|
|
|
|
version: "1.3.0"
|
2025-02-03 12:23:35 +00:00
|
|
|
slug: example
|
2025-02-03 12:30:59 +00:00
|
|
|
description: New Example add-on
|
2025-02-03 12:23:35 +00:00
|
|
|
url: "https://github.com/home-assistant/addons-example/tree/main/example"
|
|
|
|
arch:
|
|
|
|
- armhf
|
|
|
|
- armv7
|
|
|
|
- aarch64
|
|
|
|
- amd64
|
|
|
|
- i386
|
|
|
|
init: false
|
|
|
|
map:
|
|
|
|
- share:rw
|
|
|
|
options:
|
|
|
|
message: "Hello world..."
|
|
|
|
schema:
|
|
|
|
message: "str?"
|
|
|
|
image: "ghcr.io/home-assistant/{arch}-addon-example"
|