
* Split MQTT documentation * Add more details * Move content to /docs * Enable sidebar * Move content to /docs * Enable sidebar * Move content * Update links * Remove wizard stuff * Enable sidebar * Minor changes * Move MQTT parts to /docs * update links * Update links and sync content * Fix link * Enable sidebar * Remove navigation * Remove navigation and other minor updates * Update links * Add overview page * Make title linkable * Update * Plit content * Update links * Rearrange content * New getting-started section * Add icons for docs * Update for new structure * Update for new structure * Add docs navigation * Add docs overview page * Remove ecosystem navigation * Add docs and remove other collections * Move ecosystem to docs * Remove duplicate files * Re-add ecosystem overview * Move to ecosystem * Fix permission * Update navigation * Remove collection * Move overview to right folder * Move mqtt to upper level * Move notebook to ecosystem * Remove un-used files * Add one more rectangle for iOS * Move two parts back from docs and rename Run step * Remove colon * update getting-started section * Add redirect * Update * Update navigation
37 lines
1.8 KiB
Markdown
37 lines
1.8 KiB
Markdown
---
|
|
layout: page
|
|
title: "Installing Hassbian"
|
|
description: "Instructions to flash the Home Assistant HASSbian image on a Raspberry Pi."
|
|
date: 2016-09-26 21:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
redirect_from: /getting-started/installation-raspberry-pi-image/
|
|
---
|
|
|
|
The easiest way to install Home Assistant on your Raspberry Pi is by using HASSbian: a Raspberry Pi image with Home Assistant built-in. The image will install the latest version of Home Assistant on initial boot (~10 minutes).
|
|
|
|
1. [Download the Hassbian 1.1 image][image-download] (359 MB)
|
|
2. Use [Etcher][etcher] to flash the image to your SD card
|
|
3. Ensure your Raspberry Pi has access to the internet.
|
|
4. Insert SD card to Raspberry Pi and turn it on. Initial installation of Home Assistant will take about 5 minutes.
|
|
|
|
These instructions are also available as a [video](https://www.youtube.com/watch?v=iIz6XqDwHEk).
|
|
|
|
After initial boot, you can reach Home Assistant in your browser at [http://hassbian.local:8123]. If you want to login via SSH, the default username is `pi` and password is `raspberry` (please change this by running `passwd`). The Home Assistant configuration is located at `/home/homeassistant/.homeassistant/`.
|
|
|
|
The following extras are included on the image:
|
|
|
|
- GPIO pins are ready to use.
|
|
- Bluetooth is ready to use (supported models only, no Bluetooth LE).
|
|
|
|
### {% linkable_title Technical Details %}
|
|
|
|
- Home Assistant is installed in a virtual Python environment at `/srv/homeassistant/`
|
|
- Home Assistant will be started as a service run by the user `homeassistant`
|
|
- The configuration is located at `/home/homeassistant/.homeassistant`
|
|
|
|
[image-download]: https://github.com/home-assistant/pi-gen/releases/download/v1.1/image_2017-02-03-HASSbian.zip
|
|
[etcher]: https://etcher.io/
|
|
[http://hassbian.local:8123]: http://hassbian.local:8123
|