Yes, after only nine days comes 0.30. Don't worry, we will try to keep our usual release cycle and not start to release every day.
We guess that you already know: The [Raspberry Pi image](https://home-assistant.io/blog/2016/10/01/we-have-raspberry-image-now/) is available now. For Hassbian, [Landrash](https://github.com/Landrash) has combined the most essential parts for a Home Assistant setup in an easy-to-use image for the Raspberry Pi device family. Hassbian is quite young, thus we are looking forward to recieve [feedback](https://community.home-assistant.io/c/hassbian), [issue report](https://community.home-assistant.io/c/hassbian), and [suggestions](https://community.home-assistant.io/c/hassbian) to improve it.
A large amount of resources of the development are still focusing on the effort to move Home Assistant further to asynchronous programming. It's a labor-intensive task, comes with segmentation faults, and unstable instances when certain combinations of sensors are used. The benefit will be more speed in the near future.
To reduce the run-time of your tests, [balloob](https://github.com/balloob) did a lot of tweaking. For now the RFXtrx tests are excluded which cut the needed time for running on your Pull Request in half.
Documentation
All configuration sample entries are now minimized. This should help to avoid problem for starters and newbies as they only get what's needed and not a full sample with all optional entries. If there is an issue with an entry in your `configuration.yaml` file the error message will provide you an URL that point to documentation.

As soon as the [Hacktoberfest](https://home-assistant.io/blog/2016/10/02/hacktoberfest/) started there were a lot of incoming Pull Requests for the documentation. A huge "Thank you" to all participants. Especially, we would like to give a cookie to [hillaryfraley](https://github.com/hillaryfraley). She created around a dozen Pull Requests so far and didn't only fix typos but complete sections. The [Hacktoberfest](https://home-assistant.io/blog/2016/10/02/hacktoberfest/) is still on-going and we are looking forward to get more Pull Requests.
Statistics
With the [statistics sensor](https://home-assistant.io/components/sensor.statistics/) we would like to introduce a new sensor that is similar to the [template sensor](https://home-assistant.io/components/sensor.template/) or the [trend sensor](https://home-assistant.io/components/binary_sensor.trend/). This sensor is consuming values from another sensor and is doing some statistical analysis of the data. Over a group of samples is the average/mean, the min/max, the total, the standard deviation, and the variance calculated which can be used in your automation rules. If the source is a binary sensor then the state changes are counted.

As the results are processed on-the-fly you still need to use the data from your database for a in-depth analysis of your stored information. Check the latest [notebook](http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/database-statistics.ipynb) for doing statistics with your Home Assistant database.
REST! We don't...
There was a lot of work done on our implementation which are working with RESTful APIs. [w1ll1am23](https://github.com/w1ll1am23) extended the [aREST](https://arest.io/) platforms to display if an aREST unit is available or not. The aREST is now covered by the configuration check as well. Please check the Breaking changes section for more details.
The [REST sensor](https://home-assistant.io/components/sensor.rest/) supports now HTTP authentication (basic and digest) and custom header. This will allow you to access resources which are protected. This sample sensor will access GitHub and retrieve the latest release number while by-passing the rate limit for non-authenticated requests.
yaml
sensor
- platform: rest
resource: https://api.github.com/repos/home-assistant/home-assistant/releases/latest
username: YOUR_GITHUB_USERNAME
password: YOUR_GITHUB_ACCESS_TOKEN
authentication: basic
value_template: '{% raw %}{{ value_json.tag_name }}{% endraw %}'
headers:
Accept: application/vnd.github.v3+json
Content-Type: application/json
User-Agent: Home Assistant REST sensor
Misc
- GitHub released with a recent update a review feature. This will give you more control over your comments while you review an open Pull Request.
- Thanks to [robbiet480](https://github.com/robbiet480) we are now running [mention-bot](https://github.com/mention-bot). It will help you when you create a new Pull Request to identify potential reviewers.
- The [Home Assistant Community Forum](https://community.home-assistant.io/) has now an additional section called "Installation".
All changes
- Core: A lot of stuff is now async ([balloob](https://github.com/balloob))
- Nest: Support for operation modes ([jawilson](https://github.com/jawilson))
- Z-Wave: Massive update for command classes and device classes ([turbokongen](https://github.com/turbokongen))
- Digital Ocean: New [switch](https://home-assistant.io/components/switch.digital_ocean/) to control and [binary sensor](https://home-assistant.io/components/binary_sensor.digital_ocean/) to monitor droplets ([fabaff](https://github.com/fabaff))
- Cover: Support for [MySensors cover](https://home-assistant.io/components/cover.mysensors/) ([OttoWinter](https://github.com/OttoWinter))
- Wink: Support for oAuth2 and relay sensors ([w1ll1am23](https://github.com/w1ll1am23))
- Sensor: [Forecast](https://home-assistant.io/components/sensor.darksky/) update interval is now configurable ([KlaasH](https://github.com/KlaasH))
- Core: Failed login attempts are reported as persistent notifications ([fabaff](https://github.com/fabaff))
- Climate: Temperature convert now available in the Climate object ([pvizeli](https://github.com/pvizeli))
- Notify: Update to accept a list ([robbiet480](https://github.com/robbiet480))
- Device tracker: Support for tracking of our [Volvo]([molobrakos])
- Switch: Flux improvements ([jawilson](https://github.com/jawilson))
- InfluxDB: Time-out for connections ([simonszu](https://github.com/simonszu))
- Sensor: New MySensors types available ([MartinHjelmare](https://github.com/MartinHjelmare))
- Switch: [ANEL PwrCtrl](https://home-assistant.io/components/switch.pwrctrl/) devices are now supported ([mweinelt](https://github.com/mweinelt))
- Frontend: Path of the configuration file now visible on the frontend ([justweb1](https://github.com/justweb1))
- Homematic: Extended device support (RF, IP and wired devices) ([pvizeli](https://github.com/pvizeli), [danielperna84](https://github.com/danielperna84))
- Sensor: New sensor for [statistical analysis](https://home-assistant.io/components/sensor.statistics/) ([fabaff](https://github.com/fabaff))
- Sensor: Support for headers and HTTP authentication for [REST sensors](https://home-assistant.io/components/sensor.rest/) ([fabaff](https://github.com/fabaff))
- Device tracker: Support for encrypted Owntracks payload ([molobrakos](https://github.com/molobrakos))
- Tests: Improvement of the HTML5 notify tests ([capellini](https://github.com/capellini))
- Wink: Support for Wink Smoke and CO detectors ([w1ll1am23](https://github.com/w1ll1am23))
- Sensor: [TED5000](https://home-assistant.io/components/sensor.ted5000/) sensor was included ([gwendalg](https://github.com/gwendalg))
- Sensor: Support for [Västtrafik](https://home-assistant.io/components/sensor.vasttrafik/) public transport ([persandstrom](https://github.com/persandstrom))
- Notify: [Pushetta](https://home-assistant.io/components/notify.pushetta/) no longer sends message on start up ([Danielhiversen](https://github.com/Danielhiversen))
- Sensor: [Forecast.io](https://home-assistant.io/components/sensor.forecast/) sensor was replaced by [Dark Sky](https://home-assistant.io/components/sensor.darksky/) ([fabaff](https://github.com/fabaff))
- Device Tracker: The `known_device.yaml` file is now validated ([kellerza](https://github.com/kellerza))
- Minor features and bug fixes by [tchellomello](https://github.com/tchellomello), [pavoni](https://github.com/pavoni), [fabaff](https://github.com/fabaff), [pvizeli](https://github.com/pvizeli), [lwis](https://github.com/lwis), [turbokongen](https://github.com/turbokongen), [Danielhiversen](https://github.com/Danielhiversen), [persandstrom](https://github.com/persandstrom), [balloob](https://github.com/balloob), [robbiet480](https://github.com/robbiet480), [sam-io](https://github.com/sam-io), [bbangert](https://github.com/bbangert), and you if you are missing here.
Breaking changes
- All deprecated condition options from `automation` have been removed (deprecated since May and have printed warnings to your console):
- `use_trigger_values` is gone. You have to copy your triggers to conditions and adjust for the correct config.
- `condition_type` is gone. Use `condition: or` instead.
- To specify the type of a condition, use `condition:` instead of `platform:`.
- The [Forecast.io](https://home-assistant.io/components/sensor.forecast/) was renamed to [Dark Sky](https://home-assistant.io/components/sensor.darksky/). Replace your `- platform: forecast` with `- platform: darksky`.
- The [aREST](https://arest.io/) configuration between the [sensor](https://home-assistant.io/components/sensor.arest/) and the [switch](https://home-assistant.io/components/switch.arest/) platform was aligned.
If you need help...
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you the former communication channels. Thanks.