mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-30 10:15:45 +01:00
* Move log message moved the 'reassurance' log INFO message "Don't worry, this temporary installation is not overwriting your current one." to earlier in the process * ✏️ Tweak * Update config.json * ✏️ Markdown tweak
29 lines
584 B
JSON
29 lines
584 B
JSON
{
|
|
"name": "Check Home Assistant configuration",
|
|
"version": "3.1",
|
|
"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",
|
|
"map": [
|
|
"config",
|
|
"ssl"
|
|
],
|
|
"options": {
|
|
"version": "latest"
|
|
},
|
|
"schema": {
|
|
"version": "str"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-check_config"
|
|
}
|