Skip to content

[Install] Refresh getting started installation #3932

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 4 commits into from
Nov 12, 2017
Merged
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: 10 additions & 6 deletions source/getting-started/index.markdown
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
---
layout: page
title: "Installing Home Assistant"
description: "Instructions to get started using Home Assistant."
title: "Install Home Assistant"
description: "Getting started: How to install Home Assistant."
date: 2016-09-26 21:00
sidebar: true
comments: false
sharing: true
footer: true
---

You will need to install Home Assistant before we can get started. You can install Home Assistant on your computer, or you can turn a Raspberry Pi into a dedicated Home Assistant hub.
First you will need to install Home Assistant before we can get started:

We have developed **Hass.io** to turn your device into a dedicated Home Assistant hub controlled by a nice webinterface.
For Raspberry Pi and Intel NUC we offer configured images. Flash the image, setup WiFi (if required) and everything else can be done inside the Hass.io webinterface. Great, isn't it?

Also Home Assistant runs on any other device that supports **Python 3**.
<div class="text-center hass-option-cards" markdown="0">
<a class='option-card' href='/hassio/'>
<a class='option-card' href='/hassio/installation/'>
<div class='img-container'>
<img src='/images/supported_brands/home-assistant.png' />
</div>
<div class='title'>Install Hass.io on your Raspberry Pi 3</div>
<div class='title'>Install Home Assistant using Hass.io</div>
</a>
<a class='option-card' href='/docs/installation/python/'>
<a class='option-card' href='/docs/installation/virtualenv/'>
<div class='img-container'>
<img src='/images/supported_brands/python.svg' />
</div>
Expand Down