Update create_hassio_addon_repository.markdown

This commit is contained in:
Pascal Vizeli 2017-05-05 00:01:28 +02:00 committed by GitHub
parent 0184492777
commit 59246885a4

View File

@ -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 <pvizeli@syshack.ch>"
"url": "http://www.example/addons",
"maintainer": "HomeAssistant Team <info@home-assistant.io>"
}
```