Files
addons/check_config/config.json
Paul Sinclair f21f5eaab1 🔨Ignore DB files on copy for check_config (#1627)
* 🔨Add rsync

* 🔨Switch cp to rsync and ignore ha db files

* ✏Bump version

* ✏Update changelog

* 👕Formatting changes
2020-10-18 16:46:02 +02:00

21 lines
591 B
JSON

{
"name": "Check Home Assistant configuration",
"version": "3.6.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", "media:rw", "share:rw"],
"options": {
"version": "latest"
},
"schema": {
"version": "str"
},
"image": "homeassistant/{arch}-addon-check_config"
}