Files
addons/check_config/config.json
Paulus Schoutsen a2fb10a14e Colorlog is a dependency of the check_config script (#535)
* Colorlog is a dependency of the check_config script

* Update build.json

* Update Dockerfile

* Update config.json

* Update CHANGELOG.md

* Update config.json
2019-03-08 17:24:30 +01:00

19 lines
506 B
JSON

{
"name": "Check Home Assistant configuration",
"version": "1.0",
"slug": "check_config",
"description": "Check current Home Assistant configuration against a new version",
"url": "https://home-assistant.io/addons/check_config/",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "once",
"boot": "manual",
"map": ["config", "ssl"],
"options": {
"version": "latest"
},
"schema": {
"version": "str"
},
"image": "homeassistant/{arch}-addon-check_config"
}