653 B
653 B
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Create an add-on repository for Hass.io | Add-ons repositories. | 2017-04-30 13:28 | true | false | true | true |
Look to our example repository.
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 the root of your git repository with:
{
"name": "Needed, Name of repository",
"url": "http://www.example/addons",
"maintainer": "HomeAssistant Team <info@home-assistant.io>"
}