mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +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
|
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:
|
Add a `repository.json` to root of your git repository with:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "Needed, Name of repository",
|
"name": "Needed, Name of repository",
|
||||||
"url": "url to website (optional)",
|
"url": "http://www.example/addons",
|
||||||
"maintainer": "(optional) Pascal Vizeli <pvizeli@syshack.ch>"
|
"maintainer": "HomeAssistant Team <info@home-assistant.io>"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user