diff --git a/source/hassio/addon_publishing.markdown b/source/hassio/addon_publishing.markdown index a20a3e8d83a..4c237ab141d 100644 --- a/source/hassio/addon_publishing.markdown +++ b/source/hassio/addon_publishing.markdown @@ -9,4 +9,21 @@ sharing: true footer: true --- -[placeholder] \ No newline at end of file +At the end, all add-ons are simple docker container. You can use our build scripts for automate the hole process our you can build your own docker image and push it manual do a docker hub. Inside your addon `config.json` can you use: +```json +{ + "image": "myhub/image-addon-name" +} +{ + "image": "myhub/image-{arch}-addon-name" +} +``` + +To specify from where it will load the addon by user installation. With `{arch}` inside image name, you can build your addon for multible architectures. + + +## {% linkable_title Custom Add-ons %} + +You need a docker hub account. It is also possible to use our own docker registrator. + +## {% linkable_title Core Add-ons %}