Skip to content

Commit 9a14892

Browse files
authored
Add Home Assistant vs. Hass.io entry (home-assistant#4657)
* Add link to glossary * Add ha vs. hass.io
1 parent c0b944d commit 9a14892

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

source/_faq/ha-vs-hassio.markdown

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: page
3+
title: "Home Assistant vs. Hass.io"
4+
description: "Home Assistant vs. Hass.io"
5+
date: 2018-02-12 09:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: Installation
11+
---
12+
13+
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/).
14+
15+
[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.
16+

source/faq/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ regenerate: true
1111
hide_github_edit: true
1212
---
1313

14-
This is a community curated list of frequently asked questions (FAQ) about the installation, setup, and usage of Home Assistant.
14+
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/).
1515

1616
{% assign faq = site.faq | sort: 'title' %}
1717
{% assign categories = faq | map: 'ha_category' | uniq | sort %}

0 commit comments

Comments
 (0)