From 59246885a439bfd9b3dbf138f44f38e24f273f44 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 5 May 2017 00:01:28 +0200 Subject: [PATCH] Update create_hassio_addon_repository.markdown --- source/hassio/create_hassio_addon_repository.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 " } ```