Add more boilerplate (#10)

This commit is contained in:
Joakim Sørensen
2021-09-26 18:28:49 +02:00
committed by GitHub
parent 9a921b3d70
commit 8b111e9eed
7 changed files with 42 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Example add-on
version: "1.0.1"
version: "1.1.0"
slug: example
description: Example add-on
url: "https://github.com/home-assistant/addons-example/tree/master/example"
@@ -11,4 +11,8 @@ arch:
- amd64
- i386
startup: once
options:
message: "Hello world..."
schema:
message: "str?"
image: "ghcr.io/home-assistant/{arch}-addon-example"