diff --git a/source/hassio/create_hassio_addon_repository.markdown b/source/hassio/create_hassio_addon_repository.markdown index 617efc2a6d6..2393ef78fab 100644 --- a/source/hassio/create_hassio_addon_repository.markdown +++ b/source/hassio/create_hassio_addon_repository.markdown @@ -9,13 +9,15 @@ sharing: true footer: true --- -Look to our example repository: https://github.com/home-assistant/hassio-addons-example +Look to our example [repository](https://github.com/home-assistant/hassio-addons-example). + +Add-ons repository can have multible add-ons with diferents folders or it can be a single add-on. It is importent that you add the json file to root. Add a `repository.json` to root of your git repository with: ```json { "name": "Needed, Name of repository", - "url": "url to website (optional)", - "maintainer": "(optional) Pascal Vizeli " + "url": "http://www.example/addons", + "maintainer": "HomeAssistant Team " } ```