mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
25 lines
No EOL
582 B
JSON
25 lines
No EOL
582 B
JSON
{
|
|
"name": "Example",
|
|
"version": "1.4.0",
|
|
"slug": "example",
|
|
"description": "Example add-on by Community Hass.io Add-ons",
|
|
"url": "https://github.com/hassio-addons/addon-example",
|
|
"startup": "application",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armhf",
|
|
"i386"
|
|
],
|
|
"boot": "auto",
|
|
"hassio_api": true,
|
|
"options": {
|
|
"log_level": "info",
|
|
"seconds_between_quotes": 5
|
|
},
|
|
"schema": {
|
|
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
|
"seconds_between_quotes": "int(1,120)"
|
|
},
|
|
"image": "hassioaddons/example-{arch}"
|
|
} |