
Documentation fixes (spelling, grammar, and punctuations) to the 'Hass.io' section of the website.
34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
---
|
|
layout: page
|
|
title: "Installing third-party add-ons"
|
|
description: "Instructions how to get started using third-party add-ons."
|
|
date: 2017-05-14 13:28
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
Hass.io allows anyone to create add-on repositories to share their add-ons for Hass.io easily. To try this locally, you can use our example add-on repository at
|
|
|
|
```text
|
|
https://github.com/home-assistant/hassio-addons-example
|
|
```
|
|
|
|
<p class='note warning'>
|
|
Home Assistant cannot guarantee the quality or security of third party add-ons. Use at your own risk.
|
|
</p>
|
|
|
|
<p class='img'>
|
|
<img src='/images/hassio/screenshots/main_panel_store_icon.png' />
|
|
From the Hass.io main panel open the add-on store.
|
|
</p>
|
|
|
|
<p class='img'>
|
|
<img src='/images/hassio/screenshots/repositories_editor.png' />
|
|
Add the URLs of repositories (one per line) and then press "Save". A new card for the repository will appear.
|
|
</p>
|
|
|
|
### {% linkable_title Help: Repository is not showing up %}
|
|
|
|
If you have added a repository, but it's not showing up, it means that the repository contains invalid configuration. Go to the Hass.io panel -> Three dot menu -> Advanced Settings -> Supervisor card -> View logs and scroll to the bottom. It should tell you what went wrong. Report this information to the repository author.
|