mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Update create_hassio_addon_repository.markdown
This commit is contained in:
parent
0184492777
commit
59246885a4
@ -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…
x
Reference in New Issue
Block a user