mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 03:59:00 +00:00

* Corrected a typo Changed additioning to additional because it was bugging me, which I apologise for. * Update installation.markdown
1.9 KiB
1.9 KiB
layout, title, description, date, sidebar, comments, sharing, footer, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | redirect_from |
---|---|---|---|---|---|---|---|---|
page | Installing Hassbian | Instructions to flash the Home Assistant HASSbian image on a Raspberry Pi. | 2016-09-26 21:00 | true | false | true | true | /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).
- Download the Hassbian 1.1 image (359 MB)
- Use Etcher to flash the image to your SD card
- Ensure your Raspberry Pi has access to the internet.
- 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. Additional information is available in this video.
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