Site updated at 2016-10-01 23:13:19 UTC

This commit is contained in:
Travis CI 2016-10-01 23:13:19 +00:00
parent 91739e06df
commit d4aa2b2312
25 changed files with 99 additions and 74 deletions

View file

@ -20,14 +20,14 @@
<meta property="og:url" content="https://home-assistant.io/blog/2016/10/01/we-have-raspberry-image-now/">
<meta property="og:type" content="article">
<meta property="og:description" content="Release of the Rapsberry Pi Image for Home Assistant">
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
<meta property="og:image" content="https://home-assistant.io/images/blog/2016-10-hassbian/social.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="We have a Raspberry Pi image now">
<meta name="twitter:description" content="Release of the Rapsberry Pi Image for Home Assistant">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<meta name="twitter:image" content="https://home-assistant.io/images/blog/2016-10-hassbian/social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
@ -108,19 +108,24 @@
</header>
<p>We finally have a Raspberry Pi image! Its been named Hassbian in honor of Raspbian.
The image can be found <a href="https://github.com/home-assistant/pi-gen/releases">here</a>.<br />
This image comes pre-installed with the dependencies, permissions and so on for Home Assistant.<br />
Image is based on the same install instructions as the <a href="/getting-started/installation-raspberry-pi/">Manual installation</a>.<br />
Its based on Raspbian Lite and generated with a fork of the same <a href="https://github.com/home-assistant/pi-gen">script</a> that builds the <a href="https://raspberrypi.org/downloads/raspbian/">official Raspbian images</a>. Please note that this project has no association with the Raspberry Pi foundation or their projects.</p>
<p>Today were happy to announce our brand new Raspberry Pi image! It is based on Raspbian Lite combined with HASS so we decided to call it Hassbian.</p>
<p>On first boot the latest release of Home Assistant will be <a href="/getting-started/installation-raspberry-pi-image/">installed</a> and can be reached after 3~5 minutes.
Pre-installed on this image is the MQTT broker <a href="https://mosquitto.org/">Mosquitto</a>, Bluetooth support and settings for the <code class="highlighter-rouge">homeassistant</code> account to use the GPIO pins of the Raspberry Pi. Mosquitto is not activated by default.</p>
<p>This image comes pre-installed with everything you need to get started with Home Assistant right away.</p>
<p>To get started, check out the installation instructions in <a href="/getting-started/installation-raspberry-pi-image/">the getting started section</a> or watch the latest video by <a href="https://www.youtube.com/channel/UCLecVrux63S6aYiErxdiy4w">BRUHAutomation</a>:</p>
<div class="videoWrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/iIz6XqDwHEk" frameborder="0" allowfullscreen=""></iframe>
</div>
<h3><a class="title-link" name="under-the-hood" href="#under-the-hood"></a> Under the hood</h3>
<p>Its based on Raspbian Lite and generated with a fork of the same <a href="https://github.com/home-assistant/pi-gen">script</a> that builds the <a href="https://raspberrypi.org/downloads/raspbian/">official Raspbian images</a>. For installation of HASS it follows the same install instructions as the <a href="/getting-started/installation-raspberry-pi/">Manual installation</a>. Please note that this project has no association with the Raspberry Pi foundation or their projects.</p>
<p>On first boot the latest release of Home Assistant will be installed and can be reached after 3~5 minutes. Pre-installed on this image is the MQTT broker <a href="https://mosquitto.org/">Mosquitto</a>, Bluetooth support and settings for the <code class="highlighter-rouge">homeassistant</code> account to use the GPIO pins of the Raspberry Pi. Mosquitto is not activated by default.</p>
<p>As it is today there is no pre-compiled Z-Wave support but it can be installed by following the <a href="/getting-started/z-wave/">Getting started instructions for Z-Wave</a>.</p>
<p>A short <a href="https://youtu.be/iIz6XqDwHEk">video</a> about the release has been made by <a href="https://www.youtube.com/channel/UCLecVrux63S6aYiErxdiy4w">@bruhautomation</a> that covers this and a bit more.</p>
<p>Happy Automating!</p>
</article>