Add more boilerplate (#10)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user