mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-19 01:18:58 +00:00

* [Install] Refresh getting started installation * Update index.markdown * Update index.markdown * Remove HTML
39 lines
1.6 KiB
Markdown
39 lines
1.6 KiB
Markdown
---
|
|
layout: page
|
|
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
|
|
---
|
|
|
|
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/installation/'>
|
|
<div class='img-container'>
|
|
<img src='/images/supported_brands/home-assistant.png' />
|
|
</div>
|
|
<div class='title'>Install Home Assistant using Hass.io</div>
|
|
</a>
|
|
<a class='option-card' href='/docs/installation/virtualenv/'>
|
|
<div class='img-container'>
|
|
<img src='/images/supported_brands/python.svg' />
|
|
</div>
|
|
<div class='title'>Install Home Assistant on your computer</div>
|
|
</a>
|
|
</div>
|
|
<br>
|
|
|
|
For alternative installation methods, please take a look at the [installation documentation](/docs/installation/).
|
|
|
|
If you run into any issues, please see [the troubleshooting page](/docs/installation/troubleshooting/) or [communication channels](/help/). It contains solutions to many commonly encountered issues.
|
|
|
|
### [Next step: Configuring Home Assistant »](/getting-started/configuration/)
|