Files
addons/check_config/config.json
Franck Nijhof 9bbe607cf6 Check Config 3.7.0 (#1975)
* Check Config 3.7.0

* Typo

* Bump base image

* Fix S6 Supervisor not listening message
2021-04-27 15:15:42 +02:00

22 lines
606 B
JSON

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