Update create_hassio_addon_repository.markdown
This commit is contained in:
parent
8de5493ee3
commit
484cc91955
1 changed files with 8 additions and 1 deletions
|
@ -9,4 +9,11 @@ sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
[Placeholder]
|
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>"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue