HAddons/example/config.yaml

19 lines
408 B
YAML
Raw Permalink Normal View History

2024-11-01 20:34:12 +01:00
---
name: Example
version: dev
slug: example
description: Example add-on by Community Home Assistant Add-ons
url: https://github.com/hassio-addons/addon-example
codenotary: codenotary@frenck.dev
init: false
arch:
- aarch64
- amd64
- armv7
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)