Sync blog post

This commit is contained in:
Fabian Affolter 2016-08-27 14:20:36 +02:00
parent 643a1bb746
commit b70bd36f73
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -1,27 +1,58 @@
---
layout: post
title: "0.27: Notify improvements, configuration checks, and HP ILO support"
title: "0.27 is here to crack eggs and take names: notifications, Hue fakery and unification come to Home Assistant"
description: "HTML5 push notifications and grouping support, Configuration validations and checking, cover, and climate."
date: 2016-08-19 09:00
date_formatted: "August 19, 2016"
author: Paulus Schoutsen & Fabian Affolter
author_twitter: balloob
date: 2016-08-27 14:17:25 +0200
date_formatted: "August 27, 2016"
author: Robbie Trencheny
author_twitter: Robbie
comments: true
categories: Release-Notes
---
This upcoming release can only be described with one word: **Amazing**
This release, 0.27, could only be possibly described by exactly one word:
As of this release we have done [10,000 builds on Travis](https://travis-ci.org/home-assistant/home-assistant/builds/154660811) and recently passed 900 forks on Github! We are also fast approaching 4,000 stars on Github.
# #Amazing
While this release is **Amazing**, we had to crack a few eggs to make an omelette so some things are broken. Please make sure to read the Breaking Changes section below!
Keep reading to see what **#Amazing** things we have in store for you this week :smile:! And make sure you read all the way to the end, because I left a present down there for those committed few among you :)
But first...
## {% linkable_title Some general housekeeping %}
Paulus ([@balloob]) is on vacation in Europe this week, so you will all have to deal with me, Robbie ([@robbiet480]) for this release blog post. Don't worry, he'll be back to tearing apart your pull requests in no time :-).
Special thanks to my awesome helpers for this week's release who are looking over my shoulder to make sure I'm crossing my t's and dotting my i's: [@Teagan42], [@infamy] and [@fabaff].
## {% linkable_title Handing out some trophies %}
I felt that I had to 1-up Paulus ([@balloob]) somehow with his 500,000 pageviews stat he shared in the [0.26 blog post](https://home-assistant.io/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/), so I pushed myself and our development community as a whole super hard the last two weeks to put a lot of love into Home Assistant to bring you not just 1, but 6 **#Amazing** stats for this release. I am extremely happy to report to you the following stats. We have now passed:
* [10,000](https://travis-ci.org/home-assistant/home-assistant/builds/154660811) builds on Travis (congrats to [@BluGeni])
* [3,000](https://github.com/home-assistant/home-assistant/pull/3000) issues and pull requests (thanks [@kellerza]!)
* [2,000](https://github.com/home-assistant/home-assistant/pull/2991) pull requests alone (awesome [@fabaff]!!)
* 900 forks on Github!
In addition,
* Almost at 4,000 stars on Github!
* [I'm now #5 contributor by most commits!!!](https://github.com/home-assistant/home-assistant/graphs/contributors) Hey wait, how'd this get in here 😳
Now that we have that great news out of the way, onto this week's release which is going to keep the **#Amazing** gravy train rolling right along and get to the stuff you all _really_ are here for.
## {% linkable_title 0.27 %}
While this release is **#Amazing**, we had to break a few eggs (now you understand the title reference!) to make a beautiful omelette (using home automation obviously) so some platforms and components have needed to introduce breaking changes. Please make sure to read the Breaking Changes section below.
### {% linkable_title Hue Bridge Emulation %}
Thanks to [@mgbowen] we now have the functionality previously provided by [@blocke]'s [ha-local-echo](https://github.com/blocke/ha-local-echo) built right into Home Assistant! This means that for those of you with devices that either lack or have a subpar integration with Home Assistant (looking at you Amazon Echo) you can now have a better experience by having your Home Assistant [fake a Hue Bridge][Hue]. Personally, I have used [@auchter]'s [Haaska](https://github.com/auchter/haaska) previously but found that it was slow to respond and sometimes failed entirely. With the new [`emulated_hue`][Hue] component, we can have local control of entities through Amazon Echo.
### {% linkable_title Notification improvements %}
We have some excellent upgrades to the notification system coming to you in 0.27, courtesy of [@robbiet480].
#### {% linkable_title HTML5 Push Notifications %}
This release will enable [HTML5] push notifications on Chrome/Firefox/Opera on both desktop and Android devices. This means that you can send a notification to your phone even when the site is not open on it. When using Chrome you can include an action so that you can control your phone from your lock screen. Thanks again to [@robbiet480] for all his hard work on this!
This release adds support for [HTML5] push notifications on Chrome/Firefox/Opera on both desktop and Android devices. This means that you can send a notification to your phone even your Home Assistant is not in your mobile browser. When using Chrome you can even include 2 action buttons so that you can control your Home Assistant from your phone's lock screen, allowing you to do things like sound alarms or unlock your front door, all without leaving the notification. Thanks again to me ([@robbiet480]) and Paulus ([@balloob]) for all the hard work on this!
<p class='img'>
<img src='{{site_root}}/images/screenshots/html5-notify.png' />
@ -47,11 +78,14 @@ This release includes a first big push on making sure all platforms contain prop
<img src='{{site_root}}/images/screenshots/config-validation.png' />
</p>
### {% linkable_title FFMPEG motion / noise sensing %}
### {% linkable_title FFMpeg motion/noise sensing %}
It's now possible to use [FFMpeg] to monitor a video stream and detect motion thanks to a new binary sensor platform by [@pvizeli].
### {% linkable_title Component clean up - Thermostat & HVAC -> Climate. Rollershutter & Garage Door -> Cover. %}
Due to our wild growth we ended up with some components that had a lot of overlapping functionality. [@turbokongen] took on the hard job on merging them. Thermostat and HVAC platforms are now combined under the new [Climate] component. Rollershutter and Garage Door platforms are now combined under the new Cover component. You can easily upgrade by just swapping out the name. For example replace `thermostat` with `climate`. The old components have been deprecated and will be removed in the near future.
Due to our wild growth we ended up with some components that had a lot of overlapping functionality. [@turbokongen] took on the hard job on merging them. Thermostat and HVAC platforms are now combined under the new [Climate] component. Rollershutter and Garage Door platforms are now combined under the new [Cover][cover] component. You can easily upgrade by just swapping out the name. For example replace `thermostat` with `climate`. The old components have been deprecated and will be removed in the near future.
### {% linkable_title A new `fan` component %}
Along with the new `climate` component, [@Teagan42] and I decided we needed something simpler to just control a [fan]. By the time 0.27 is released it should have support for MQTT and Insteon Hub fans with more to come soon.
### {% linkable_title All changes %}
@ -87,6 +121,8 @@ Due to our wild growth we ended up with some components that had a lot of overla
- Z-Wave: New rename [node] service added ([@jnewland])
- Wink: [Bug] fixes ([@w1ll1am23])
- Homematic: new device and controller variable [support] ([@danielperna84], [@pvizeli], [@mcdeck])
- Allow emulating a [Hue] bridge to control entities ([@mgbowen])
- New [Fan][fan] component ([@Teagan42], [@robbiet480])
### {% linkable_title Breaking changes %}
- Ecobee3 occupancy sensors have moved from sensor platform to binary sensor platform.
@ -99,16 +135,21 @@ Due to our wild growth we ended up with some components that had a lot of overla
- Using the rollershutter and garage door components has been deprecated. Please migrate to the new cover component. (just change name, configurations are compatible)
[@arsaboo]: https://github.com/arsaboo
[@auchter]: https://github.com/auchter
[@balloob]: https://github.com/balloob
[@blocke]: https://github.com/blocke
[@BluGeni]: https://github.com/BluGeni
[@danielperna84]: https://github.com/danielperna84
[@DavidMStraub]: https://github.com/DavidMStraub
[@dpford]: https://github.com/dpford
[@fabaff]: https://github.com/fabaff
[@infamy]: https://github.com/infamy
[@jnewland]: https://github.com/jnewland
[@Juggels]: https://github.com/Juggels
[@kellerza]: https://github.com/kellerza
[@mcdeck]: https://github.com/mcdeck
[@meatz]: https://github.com/meatz
[@mgbowen]: https://github.com/mgbowen
[@mKerix]: https://github.com/mKerix
[@nkgilley]: https://github.com/nkgilley
[@nunofgs]: https://github.com/nunofgs
@ -159,3 +200,5 @@ Due to our wild growth we ended up with some components that had a lot of overla
[node]: /components/zwave/
[found]: /components/device_tracker.tplink/
[attachments]: /components/notify.slack/
[Hue]: /components/emulated_hue/
[fan]: /components/fan/