diff --git a/docs/hassio_addon_config.md b/docs/hassio_addon_config.md index 2d1a7bdb..3b5fde47 100644 --- a/docs/hassio_addon_config.md +++ b/docs/hassio_addon_config.md @@ -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": {