mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-10 04:58:59 +00:00
22 lines
697 B
HTML
22 lines
697 B
HTML
---
|
|
layout: page
|
|
title: "Hass.io Add-ons"
|
|
description: "List of the built-in add-ons of Hass.io."
|
|
date: 2017-04-30 13:35
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
regenerate: true
|
|
---
|
|
|
|
<p>Add-ons for Hass.io allows the user to extend the functionality around Home Assistant. This can be running an application that Home Assistant can integrate with (like an MQTT broker) or to share the configuration via Samba for easy editing from other computers. Add-ons can be configured via the Hass.io panel in Home Assistant.</p>
|
|
|
|
{% assign addons = site.addons | sort: 'title' %}
|
|
|
|
<ul>
|
|
{% for addon in addons %}
|
|
<li><a href='{{ addon.url }}'>{{ addon.title }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|