repository-edge/example/config.json
Community Hass.io Add-ons Bot 03d92a716c ⬆️ Updating add-on Example to 7b66507
2020-05-28 19:48:17 +00:00

28 lines
No EOL
637 B
JSON

{
"name": "Example",
"version": "7b66507",
"slug": "example",
"description": "Example add-on by Community Hass.io Add-ons",
"url": "https://github.com/hassio-addons/addon-example",
"startup": "application",
"init": false,
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"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": "hassioaddons/example-{arch}"
}