Skip to content

Commit b70bd36

Browse files
committed
Sync blog post
1 parent 643a1bb commit b70bd36

File tree

1 file changed

+54
-11
lines changed

1 file changed

+54
-11
lines changed

source/_posts/2016-08-27-notifications-hue-fake-unification.markdown

Lines changed: 54 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,58 @@
11
---
22
layout: post
3-
title: "0.27: Notify improvements, configuration checks, and HP ILO support"
3+
title: "0.27 is here to crack eggs and take names: notifications, Hue fakery and unification come to Home Assistant"
44
description: "HTML5 push notifications and grouping support, Configuration validations and checking, cover, and climate."
5-
date: 2016-08-19 09:00
6-
date_formatted: "August 19, 2016"
7-
author: Paulus Schoutsen & Fabian Affolter
8-
author_twitter: balloob
5+
date: 2016-08-27 14:17:25 +0200
6+
date_formatted: "August 27, 2016"
7+
author: Robbie Trencheny
8+
author_twitter: Robbie
99
comments: true
1010
categories: Release-Notes
1111
---
1212

13-
This upcoming release can only be described with one word: **Amazing**
13+
This release, 0.27, could only be possibly described by exactly one word:
1414

15-
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.
15+
# #Amazing
1616

17-
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!
1817

18+
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 :)
19+
20+
But first...
21+
22+
## {% linkable_title Some general housekeeping %}
23+
24+
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 :-).
25+
26+
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].
27+
28+
## {% linkable_title Handing out some trophies %}
29+
30+
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:
31+
32+
* [10,000](https://travis-ci.org/home-assistant/home-assistant/builds/154660811) builds on Travis (congrats to [@BluGeni])
33+
* [3,000](https://github.com/home-assistant/home-assistant/pull/3000) issues and pull requests (thanks [@kellerza]!)
34+
* [2,000](https://github.com/home-assistant/home-assistant/pull/2991) pull requests alone (awesome [@fabaff]!!)
35+
* 900 forks on Github!
36+
37+
In addition,
38+
39+
* Almost at 4,000 stars on Github!
40+
* [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 😳
41+
42+
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.
43+
44+
## {% linkable_title 0.27 %}
45+
46+
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.
47+
48+
### {% linkable_title Hue Bridge Emulation %}
49+
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.
1950

2051
### {% linkable_title Notification improvements %}
2152
We have some excellent upgrades to the notification system coming to you in 0.27, courtesy of [@robbiet480].
2253

2354
#### {% linkable_title HTML5 Push Notifications %}
24-
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!
55+
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!
2556

2657
<p class='img'>
2758
<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
4778
<img src='{{site_root}}/images/screenshots/config-validation.png' />
4879
</p>
4980

50-
### {% linkable_title FFMPEG motion / noise sensing %}
81+
### {% linkable_title FFMpeg motion/noise sensing %}
5182
It's now possible to use [FFMpeg] to monitor a video stream and detect motion thanks to a new binary sensor platform by [@pvizeli].
5283

5384
### {% linkable_title Component clean up - Thermostat & HVAC -> Climate. Rollershutter & Garage Door -> Cover. %}
54-
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.
85+
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.
86+
87+
### {% linkable_title A new `fan` component %}
88+
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.
5589

5690
### {% linkable_title All changes %}
5791

@@ -87,6 +121,8 @@ Due to our wild growth we ended up with some components that had a lot of overla
87121
- Z-Wave: New rename [node] service added ([@jnewland])
88122
- Wink: [Bug] fixes ([@w1ll1am23])
89123
- Homematic: new device and controller variable [support] ([@danielperna84], [@pvizeli], [@mcdeck])
124+
- Allow emulating a [Hue] bridge to control entities ([@mgbowen])
125+
- New [Fan][fan] component ([@Teagan42], [@robbiet480])
90126

91127
### {% linkable_title Breaking changes %}
92128
- 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
99135
- Using the rollershutter and garage door components has been deprecated. Please migrate to the new cover component. (just change name, configurations are compatible)
100136

101137
[@arsaboo]: https://github.com/arsaboo
138+
[@auchter]: https://github.com/auchter
102139
[@balloob]: https://github.com/balloob
140+
[@blocke]: https://github.com/blocke
141+
[@BluGeni]: https://github.com/BluGeni
103142
[@danielperna84]: https://github.com/danielperna84
104143
[@DavidMStraub]: https://github.com/DavidMStraub
105144
[@dpford]: https://github.com/dpford
106145
[@fabaff]: https://github.com/fabaff
146+
[@infamy]: https://github.com/infamy
107147
[@jnewland]: https://github.com/jnewland
108148
[@Juggels]: https://github.com/Juggels
109149
[@kellerza]: https://github.com/kellerza
110150
[@mcdeck]: https://github.com/mcdeck
111151
[@meatz]: https://github.com/meatz
152+
[@mgbowen]: https://github.com/mgbowen
112153
[@mKerix]: https://github.com/mKerix
113154
[@nkgilley]: https://github.com/nkgilley
114155
[@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
159200
[node]: /components/zwave/
160201
[found]: /components/device_tracker.tplink/
161202
[attachments]: /components/notify.slack/
203+
[Hue]: /components/emulated_hue/
204+
[fan]: /components/fan/

0 commit comments

Comments
 (0)