From 4b62904ffbe1f8fc69851cb30c58e46d5a877db6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 3 Jul 2020 15:42:27 +0200 Subject: [PATCH] Replace Hass.io (#591) --- 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 7252fe96..4055474f 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 Supervisor panel in Home Assistant. +Add-ons for Home Assistant 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.