mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-10 16:54:20 +01:00
* Colorlog is a dependency of the check_config script * Update build.json * Update Dockerfile * Update config.json * Update CHANGELOG.md * Update config.json
19 lines
506 B
JSON
19 lines
506 B
JSON
{
|
|
"name": "Check Home Assistant configuration",
|
|
"version": "1.0",
|
|
"slug": "check_config",
|
|
"description": "Check current Home Assistant configuration against a new version",
|
|
"url": "https://home-assistant.io/addons/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"
|
|
}
|