Files
addons/check_config/config.json
Franck Nijhof 0f936dfb31 Refactor of check_config add-on (#586)
* check_config: Rewrite onto Bashio

* check_config: Removed extra slash from Dockerfile

* check_config: Added README file

* check_config: Formatted config.json, changed link

* check_config: Bumped version, updated changelog

* Update Dockerfile

* Update run.sh

* Update CHANGELOG.md

* check_config: Added Known issues and limitations section to README

* check_config: Bumped version to 2.0

* check_config: Bumped version in CHANGELOG

* check_config: Remove typo in option name in README
2019-06-01 23:14:36 +02:00

28 lines
568 B
JSON

{
"name": "Check Home Assistant configuration",
"version": "2.0",
"slug": "check_config",
"description": "Check current Home Assistant configuration against a new version",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/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"
}