Files
addons/check_config/config.json
Pascal Vizeli 3d36f05b95 Fix config check add-on (#1201)
* Fix config check add-on

* Fix restart
2020-03-31 18:51:06 +02:00

21 lines
567 B
JSON

{
"name": "Check Home Assistant configuration",
"version": "3.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"],
"udev": true,
"startup": "once",
"boot": "manual",
"init": false,
"map": ["config", "ssl"],
"options": {
"version": "latest"
},
"schema": {
"version": "str"
},
"image": "homeassistant/{arch}-addon-check_config"
}