mirror of
https://github.com/mtan93/hass-addons.git
synced 2026-03-17 21:03:04 +00:00
123
This commit is contained in:
19
addon-example-main/example/config.yaml
Normal file
19
addon-example-main/example/config.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: Example
|
||||
version: dev
|
||||
slug: example
|
||||
description: Example add-on by Community Home Assistant Add-ons
|
||||
url: https://github.com/hassio-addons/addon-example
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
options:
|
||||
log_level: info
|
||||
seconds_between_quotes: 5
|
||||
schema:
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)
|
||||
seconds_between_quotes: int(1,120)
|
||||
Reference in New Issue
Block a user