From 9a1489230e85d2a8d532c62bc7f22c24773c9c48 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Feb 2018 09:46:16 +0100 Subject: [PATCH] Add Home Assistant vs. Hass.io entry (#4657) * Add link to glossary * Add ha vs. hass.io --- source/_faq/ha-vs-hassio.markdown | 16 ++++++++++++++++ source/faq/index.markdown | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 source/_faq/ha-vs-hassio.markdown diff --git a/source/_faq/ha-vs-hassio.markdown b/source/_faq/ha-vs-hassio.markdown new file mode 100644 index 00000000000..a331e034aa2 --- /dev/null +++ b/source/_faq/ha-vs-hassio.markdown @@ -0,0 +1,16 @@ +--- +layout: page +title: "Home Assistant vs. Hass.io" +description: "Home Assistant vs. Hass.io" +date: 2018-02-12 09:00 +sidebar: true +comments: false +sharing: true +footer: true +ha_category: Installation +--- + +Home Assistant is a Python program, in simple words. It can be run various operating system and provide the ability to track, control and automate your devices. When people talking about Home Assistant they usually refer to a standalone [installation method](/docs/installation/). + +[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. + diff --git a/source/faq/index.markdown b/source/faq/index.markdown index f3af719ffb5..9dc9352fcf6 100644 --- a/source/faq/index.markdown +++ b/source/faq/index.markdown @@ -11,7 +11,7 @@ regenerate: true hide_github_edit: true --- -This is a community curated list of frequently asked questions (FAQ) about the installation, setup, and usage of Home Assistant. +This is a community curated list of frequently asked questions (FAQ) about the installation, setup, and usage of Home Assistant. If you want to get details about a term, please check the [glossary](/docs/glossary/). {% assign faq = site.faq | sort: 'title' %} {% assign categories = faq | map: 'ha_category' | uniq | sort %}