Update addon_config.markdown

This commit is contained in:
Pascal Vizeli 2017-07-07 13:51:27 +02:00 committed by GitHub
parent 37f2fbc412
commit 1a50017cab

View File

@ -55,6 +55,14 @@ If you don't use local build on device or our build script, make sure that the D
LABEL io.hass.version="VERSION" io.hass.type="addon" io.hass.arch="armhf|aarch64|i386|amd64"
```
It is possible to use own base image with follow schema:
```
#amd64:FROM...
#i386:FROM...
#armhf:FROM...
#aarch64:FROM...
```
## {% linkable_title Add-on config %}
The config for an add-on is stored in `config.json`.