mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-02 19:54:20 +01:00
22 lines
601 B
JSON
22 lines
601 B
JSON
{
|
|
"name": "Check Home Assistant configuration",
|
|
"version": "3.9.0",
|
|
"slug": "check_config",
|
|
"description": "Check your Home Assistant configuration against other versions",
|
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/check_config",
|
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
|
"uart": true,
|
|
"usb": true,
|
|
"startup": "once",
|
|
"boot": "manual",
|
|
"init": false,
|
|
"map": ["config", "ssl", "media", "share:rw"],
|
|
"options": {
|
|
"version": "stable"
|
|
},
|
|
"schema": {
|
|
"version": "str"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-check_config"
|
|
}
|