Update Hass.io docs

This commit is contained in:
Paulus Schoutsen 2017-07-14 22:56:40 -07:00
parent 419540348d
commit ca80944d74
31 changed files with 248 additions and 74 deletions

View file

@ -16,6 +16,13 @@ regenerate: true
<ul>
{% for addon in addons %}
<li><a href='{{ addon.url }}'>{{ addon.title }}</a></li>
<li>
<a href='{{ addon.url }}'>{{ addon.title }}</a><br>
{{ addon.description }}
</li>
{% endfor %}
</ul>
<p>
Check the Hass.io forums for <a href='https://community.home-assistant.io/tags/hassio-repository'>add-on repositories managed by the community</a>.
</p>