home-assistant.io/source/developers/hassio/addon_repository.markdown
Fabian Affolter 76d5242b62
Update hass.io docs (#3849)
* Update hass.io docs

* Remove dash
2017-10-31 13:28:55 +01:00

1.3 KiB

layout, title, description, date, sidebar, comments, sharing, footer, redirect_from
layout title description date sidebar comments sharing footer redirect_from
page Create an add-on repository Add-ons repositories. 2017-04-30 13:28 true false true true /hassio/addon_repository/

An Add-on repository can contain one or more add-ons. Each add-on is stored in it's own unique folder. To be indentified as a repository, the repository must contain a configuration file.

Check the Example add-on repository for further details.

{% linkable_title Installing a repository %}

A user can add a repository by going to the Hass.io panel in Home Assistant, clicking on the store icon in the top right, copy/paste the URL of your repostory into the repository textarea and click on Save.

{% linkable_title Repository configuration %}

Each repository is required to contain repository.json at the root in the git repository.

{
  "name": "Name of repository",
  "url": "http://www.example/addons",
  "maintainer": "HomeAssistant Team <info@home-assistant.io>"
}
Key Required Description
name yes Name of the repository
url no Homepage of the repository. Here you can explain the various add-ons.
maintainer no Contact info of the maintainer.