repository-beta/example/config.json
Community Hass.io Add-ons Bot 06a1271b74 🎉 Release of add-on Example 1.4.0
2018-07-07 06:45:58 +00:00

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}"
}