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.