repository-edge/example/config.json
Community Hass.io Add-ons Bot 5817bcf501 ⬆️ Updating add-on Example to 9407d09
2021-02-15 11:13:10 +00:00

24 lines
No EOL
557 B
JSON

{
"name": "Example",
"version": "9407d09",
"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}"
}