Skip to content

Commit 5924688

Browse files
authored
Update create_hassio_addon_repository.markdown
1 parent 0184492 commit 5924688

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/hassio/create_hassio_addon_repository.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ sharing: true
99
footer: true
1010
---
1111

12-
Look to our example repository: https://github.com/home-assistant/hassio-addons-example
12+
Look to our example [repository](https://github.com/home-assistant/hassio-addons-example).
13+
14+
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.
1315

1416
Add a `repository.json` to root of your git repository with:
1517
```json
1618
{
1719
"name": "Needed, Name of repository",
18-
"url": "url to website (optional)",
19-
"maintainer": "(optional) Pascal Vizeli <pvizeli@syshack.ch>"
20+
"url": "http://www.example/addons",
21+
"maintainer": "HomeAssistant Team <info@home-assistant.io>"
2022
}
2123
```

0 commit comments

Comments
 (0)