Skip to content

Add Home Assistant vs. Hass.io entry #4657

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions source/_faq/ha-vs-hassio.markdown
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 1 addition & 1 deletion source/faq/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down