From 2aee46f556b147bd37c143a903666e1c03e0d063 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 9 May 2017 15:54:07 +0200 Subject: [PATCH] Update addon_repository.markdown --- source/hassio/addon_repository.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/hassio/addon_repository.markdown b/source/hassio/addon_repository.markdown index 1fa271ad327..8059225125a 100644 --- a/source/hassio/addon_repository.markdown +++ b/source/hassio/addon_repository.markdown @@ -29,8 +29,8 @@ Each repository is required to contain `repository.json` at the root of the Git } ``` -| Key | Description | -| --- | ----------- | -| name | Name of the repository -| url | Homepage of the repository. Here you can explain the various add-ons. -| maintainer | Contact info of the maintainer. +| 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.