Update create_hassio_addon_repository.markdown

This commit is contained in:
Pascal Vizeli 2017-05-04 16:21:44 +02:00 committed by GitHub
parent 8de5493ee3
commit 484cc91955

View File

@ -9,4 +9,11 @@ sharing: 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>"
}
```