mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-15 11:04:21 +01:00
* do not copy config to /tmp on boot - Closes home-assistant/hassio-addons#374 * check_config: version bump * check_config: add OS deps to satisfy cffi * check_config: .. and build-base * Create build.json * Update Dockerfile * Update run.sh
18 lines
448 B
JSON
18 lines
448 B
JSON
{
|
|
"name": "Check Home Assistant configuration",
|
|
"version": "0.8",
|
|
"slug": "check_config",
|
|
"description": "Check current Home Assistant configuration against a new version",
|
|
"url": "https://home-assistant.io/addons/check_config/",
|
|
"startup": "once",
|
|
"boot": "manual",
|
|
"map": ["config", "ssl"],
|
|
"options": {
|
|
"version": "latest"
|
|
},
|
|
"schema": {
|
|
"version": "str"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-check_config"
|
|
}
|