From 96e098d294afeebcfe517d0ed2229b1a3e07ca60 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Jun 2020 10:19:27 +0200 Subject: [PATCH] Rename to Supervisor (#573) --- docs/add-ons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons.md b/docs/add-ons.md index 63f9e285..7252fe96 100644 --- a/docs/add-ons.md +++ b/docs/add-ons.md @@ -3,7 +3,7 @@ title: "Developing an add-on" sidebar_label: Introduction --- -Add-ons for Hass.io allow 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. +Add-ons for Hass.io allow 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 Supervisor panel in Home Assistant. Under the hood, add-ons are Docker images published in [Docker Hub](https://hub.docker.com/). Developers can create [GitHub](https://github.com) repositories that contain multiple references to add-ons for easy sharing with the community.