mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-11 16:14:20 +01:00
* 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
28 lines
568 B
JSON
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"
|
|
}
|