Files
addons/check_config/config.json
Pascal Vizeli dca2ac51ff Bugfix check config (#399)
* Bugfix check config

* Update config.json

* Create CHANGELOG.md
2018-09-06 00:03:33 +02:00

18 lines
448 B
JSON

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