update act runner addons

This commit is contained in:
ai-dev
2024-11-01 20:34:12 +01:00
parent ee66b044c3
commit f7f4e7393a
35 changed files with 845 additions and 34 deletions

18
example/config.yaml Normal file
View File

@@ -0,0 +1,18 @@
---
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)