Hass-addons/Hello_world/config.yaml

11 lines
175 B
YAML
Raw Normal View History

2022-07-27 20:38:25 +02:00
name: "Hello world test addon"
2022-07-27 14:55:41 +02:00
description: "My first real add-on!"
2022-07-27 20:36:55 +02:00
version: "0.0.3"
2022-07-27 20:41:33 +02:00
slug: "hello_world!!"
init: false
2022-07-27 14:55:41 +02:00
arch:
2022-07-27 20:36:55 +02:00
- aarch64
2022-07-27 14:55:41 +02:00
- amd64
2022-07-27 20:36:55 +02:00
- armhf
- armv7
2022-07-27 20:42:49 +02:00
- i386