Hass-addons/test/config.yaml

28 lines
374 B
YAML
Raw Normal View History

2022-07-27 15:00:17 +02:00
name: "Test Hello world addon"
2022-07-27 14:55:41 +02:00
description: "My first real add-on!"
2022-07-27 15:06:55 +02:00
version: "0.0.2"
2022-07-27 15:00:17 +02:00
slug: "hello_world!!"
2022-07-27 14:55:41 +02:00
init: false
arch:
# - aarch64
- amd64
# - armhf
# - armv7
2022-07-27 15:06:28 +02:00
# - i386
startup: before
ports:
2022-07-27 15:09:22 +02:00
8000/tcp: 8000
2022-07-27 15:09:45 +02:00
2022-07-27 15:09:22 +02:00
options:
beer: true
wine: true
liquor: false
name: "world"
year: 2017
schema:
beer: bool
wine: bool
liquor: bool
name: str
year: int