From 4b316ef9c3603ec13e79295bb2371d407a349839 Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Sat, 1 Oct 2016 23:42:23 +0200 Subject: [PATCH] Hassbian Release (#1029) * Hassbian Release --- ...10-01-we-have-raspberry-image-now.markdown | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 source/_posts/2016-10-01-we-have-raspberry-image-now.markdown diff --git a/source/_posts/2016-10-01-we-have-raspberry-image-now.markdown b/source/_posts/2016-10-01-we-have-raspberry-image-now.markdown new file mode 100644 index 0000000000..9f4bc2e0f4 --- /dev/null +++ b/source/_posts/2016-10-01-we-have-raspberry-image-now.markdown @@ -0,0 +1,25 @@ +--- +layout: post +title: "We have a Raspberry Pi image now" +description: "Release of the Rapsberry Pi Image for Home Assistant" +date: 2016-10-01 01:00:00 -0400 +date_formatted: "October 1, 2016" +author: Fredrik Lindqvist +comments: true +categories: Technology +--- + +We finally have a Raspberry Pi image! It's been named Hassbian in honor of Raspbian. +The image can be found [here](https://github.com/home-assistant/pi-gen/releases). +This image comes pre-installed with the dependencies, permissions and so on for Home Assistant. +Image is based on the same install instructions as the [Manual installation](/getting-started/installation-raspberry-pi/). +It's based on Raspbian Lite and generated with a fork of the same [script](https://github.com/home-assistant/pi-gen) that builds the [official Raspbian images](https://raspberrypi.org/downloads/raspbian/). Please note that this project has no association with the Raspberry Pi foundation or their projects. + +On first boot the latest release of Home Assistant will be [installed](/getting-started/installation-raspberry-pi-image/) and can be reached after 3~5 minutes. +Pre-installed on this image is the MQTT broker [Mosquitto](https://mosquitto.org/), Bluetooth support and settings for the `homeassistant` account to use the GPIO pins of the Raspberry Pi. Mosquitto is not activated by default. + +As it is today there is no pre-compiled Z-Wave support but it can be installed by following the [Getting started instructions for Z-Wave](/getting-started/z-wave/). + +A short [video](https://youtu.be/iIz6XqDwHEk) about the release has been made by [@bruhautomation](https://www.youtube.com/channel/UCLecVrux63S6aYiErxdiy4w) that covers this and a bit more. + +Happy Automating!