Update hassio_addon_config.md

This commit is contained in:
Pascal Vizeli 2018-05-01 19:06:13 +02:00 committed by GitHub
parent 4142ad8ef3
commit 2a80ec1785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,11 +179,12 @@ We support:
## Add-on extended build
Additional build options for an add-on is stored in `build.json`. This file will be read from our build systems.
You need this only, if you not use the default images or need additionals things.
```json
{
"build_from": {
"armhf": "homeassistant/armhf-base:latest"
"armhf": "mycustom/base-image:latest"
},
"squash": false,
"args": {