Files
addons/check_config/config.json
2021-09-27 11:45:38 +02:00

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"
}