This commit is contained in:
2021-06-29 12:37:08 +03:00
commit 12fdc96d20
282 changed files with 13627 additions and 0 deletions

24
example/config.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "Example",
"version": "4.2.0",
"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)"
},
"image": "ghcr.io/hassio-addons/example/{arch}"
}