Files
hassio-repository/example/config.yaml
Joakim Sørensen f7242ec678 Use yaml files (#9)
2021-09-26 17:05:37 +02:00

15 lines
360 B
YAML

# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Example add-on
version: "1.0.1"
slug: example
description: Example add-on
url: "https://github.com/home-assistant/addons-example/tree/master/example"
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
startup: once
image: "ghcr.io/home-assistant/{arch}-addon-example"