mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-04 17:26:50 +00:00
25 lines
1.3 KiB
Markdown
25 lines
1.3 KiB
Markdown
---
|
|
title: "Raspberry Pi all-in-one installer"
|
|
description: "Installing Home Assistant on a Raspberry Pi has never been easier with the new all-in-one installer."
|
|
date: 2016-05-22 09:06:00 -0700
|
|
date_formatted: "May 22, 2016"
|
|
author: Paulus Schoutsen
|
|
author_twitter: balloob
|
|
categories: Video
|
|
og_image: /images/blog/2016-05-video-all-in-one-installer/preview-video.jpg
|
|
---
|
|
|
|
We are always hard at work at the virtual Home Assistant headquarters to make it easier for you to get started with Home Assistant. That's why [@patchedsoul] recently introduced the all-in-one installer. It allows you to get up and running with a complete Home Assistant setup by entering one line of code into your Raspberry Pi running Raspbian Jessie:
|
|
|
|
```bash
|
|
wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && bash hass_rpi_installer.sh;
|
|
```
|
|
|
|
This feature wouldn't be complete if it wasn't accompanied by a new video by Ben from [BRUH Automation](http://www.bruhautomation.com). The video shows how to install Raspbian Jessie on your Raspberry Pi and use the new installation script to get a full Home Assistant system up and running.
|
|
|
|
<div class='videoWrapper'>
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/VGl3KTrYo6s" frameborder="0" allowfullscreen></iframe>
|
|
</div>
|
|
|
|
[@patchedsoul]: https://github.com/patchedsoul
|