Update Hass.io documents (#2565)

This commit is contained in:
Alok Saboo 2017-05-04 18:03:17 -04:00 committed by Pascal Vizeli
parent 59246885a4
commit 7d8d85919d
3 changed files with 9 additions and 8 deletions

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Create an add-on repository for Hass.io"
description: "Add-ons repositories allow ."
description: "Add-ons repositories."
date: 2017-04-30 13:28
sidebar: true
comments: false
@ -13,7 +13,8 @@ Look to our example [repository](https://github.com/home-assistant/hassio-addons
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 root of your git repository with:
Add a `repository.json` to the root of your git repository with:
```json
{
"name": "Needed, Name of repository",