From 648b83bad6cf6e661f16db4ba11bc4495442ced4 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Thu, 15 Feb 2018 17:56:06 +0000 Subject: [PATCH] Added note about add-ons (#4677) Since this keeps causing confusion, adding a note to the FAQ --- source/_faq/ha-vs-hassio.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_faq/ha-vs-hassio.markdown b/source/_faq/ha-vs-hassio.markdown index a331e034aa2..41e373cfee0 100644 --- a/source/_faq/ha-vs-hassio.markdown +++ b/source/_faq/ha-vs-hassio.markdown @@ -14,3 +14,4 @@ Home Assistant is a Python program, in simple words. It can be run various opera [Hass.io](/hassio/) is a combination of Home Assistant and tools which allows one to run it easily on a Raspberry Pi and other platforms without setting up an operating system first. Hass.io is an all-in one-solution and has a management user interface that can be used from the Home Assistant frontend. This interface is not present in a standalone setup of Home Assistant. +Be aware that add-ons are only available in Hass.io, due to the way Hass.io is installed.