Update create_hassio_addon_repository.markdown
This commit is contained in:
parent
0184492777
commit
59246885a4
1 changed files with 5 additions and 3 deletions
|
@ -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>"
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue