home-assistant.github.io/source/hassio/create_hassio_addon_repository.markdown
2017-05-05 00:03:17 +02:00

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>"
}