Site updated at 2017-04-30 19:44:56 UTC

This commit is contained in:
Travis CI 2017-04-30 19:44:56 +00:00
parent 740f7d4f4b
commit eb8727c131
182 changed files with 1634 additions and 1387 deletions

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Technology | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/technology/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-04-30T17:35:40+00:00</updated>
<updated>2017-04-30T19:40:59+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>
@ -13,6 +13,46 @@
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[HASSbian 1.21 - It's about time isn't it]]></title>
<link href="https://home-assistant.io/blog/2017/04/30/hassbian-1.21-its-about-time/"/>
<updated>2017-04-30T15:00:00+00:00</updated>
<id>https://home-assistant.io/blog/2017/04/30/hassbian-1.21-its-about-time</id>
<content type="html"><![CDATA[## It's about time isn't it?
Since I the developer of HASSbian have been moving, started a new job and so on I've had few moments over for HASSbian development.
The 1.2 release has been in pre-release for a few months now and just not communicated out that well. Hopefully this release changes that and I'll do my best to release more often. There's no simple way to update from 1.1 to 1.21 but 95% of the changes can be done by installing the [hassbian-config][hassbian-config-release] package. For more information have a look at the [hassbian-config][hassbian-repo] page.
### Hassbian-config
To allow you to customize your installation further, we have included a tool called `hassbian-config`. This tool comes with a set of packages that can easily be installed for easier customization of your Home Assistant installation. This replaces the `hassbian-scripts` functionality from 1.1.
- Install Samba. Allows anyone on your network to edit your configuration from any computer. This share is unsecured and it's usage is not recommended if you share your network with others.
- Install Libcec. Adds local [HDMI CEC support][cec].
- Install Mosquitto MQTT server. Installs the latest Mosquitto package and client tools from the Mosquitto projects official repository. Now includes websocket support.
- Install Open Z-Wave. Installs Open Z-Wave and prepares for using a USB or GPIO ZWave controller.
- Install Hue. hue: Configures the Python executable to allow usage of low numbered ports for use with Emulated Hue component thats used with Amazon Echo, Google Home and Mycroft.ai.
- Install Tellstick. Installs the Tellstick package for controlling and using a connected Tellstick.
### Spring cleaning
With this image there also quite a bit of cleaning of the base system and the script that generates our Raspberry Pi image.
- Replaced the `hassbian-scripts` folder with `hassbian-config`.
- Update pi-gen. Our build script has been upgraded to follow the Raspbian image closer once again. Now you could build this image with Docker if your so inclined.
- Added libtool & autoconf package. Dependencies for some of the pip packages.
- Pi ZeroW should now work with the image.
To follow discussions about the development of the HASSbian image or to contribute join the [HASSbian gitter chat][hassbian-gitter].
To get started with the new image, check out the installation instructions in the [getting started section][gs-image].
[cec]: /components/hdmi_cec/
[hassbian-repo]: https://github.com/home-assistant/hassbian-scripts/
[hassbian-config-release]: https://github.com/home-assistant/hassbian-scripts/releases/latest
[hassbian-gitter]: https://gitter.im/home-assistant/hassbian
[gs-image]: /getting-started/installation-raspberry-pi-image/
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[HASSbian 1.1 - The Toy-box]]></title>
<link href="https://home-assistant.io/blog/2017/02/04/hassbian-toybox/"/>

View file

@ -71,6 +71,27 @@
<h2>2017</h2>
<article>
<div class="grid">
<div class="grid__item one-fifth palm-one-whole">
<time datetime="2017-04-30T15:00:00+00:00" pubdate>
<span class='month'>Apr</span> <span class='day'>30</span>
</time>
</div>
<div class="grid__item four-fifths palm-one-whole">
<h1 class="gamma"><a href="/blog/2017/04/30/hassbian-1.21-its-about-time/">HASSbian 1.21 - It's about time isn't it</a></h1>
<footer class="meta">
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/technology/'>Technology</a></li>
</ul>
</span>
</footer>
<hr class="divider">
</div>
</div>
</article>
<article>
<div class="grid">
<div class="grid__item one-fifth palm-one-whole">
<time datetime="2017-02-04T09:00:00+00:00" pubdate>
<span class='month'>Feb</span> <span class='day'>04</span>
@ -192,6 +213,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1>
<ul class="divided">
<li class="post">
<a href="/blog/2017/04/30/hassbian-1.21-its-about-time/">HASSbian 1.21 - It's about time isn't it</a>
</li>
<li class="post">
<a href="/blog/2017/04/25/influxdb-grafana-docker/">Setting up InfluxDB and Grafana using Docker</a>
</li>
@ -204,9 +228,6 @@
<li class="post">
<a href="/blog/2017/04/17/ikea-tradfri-internet-of-things-done-right/">IKEA Trådfri: Internet of Things done right</a>
</li>
<li class="post">
<a href="/blog/2017/04/15/ios/">1 year and 22 days ago I had an idea...</a>
</li>
</ul>
</section>
</div>