You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_posts/2016-08-27-notifications-hue-fake-unification.markdown
+54-11Lines changed: 54 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,58 @@
1
1
---
2
2
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"
4
4
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
9
9
comments: true
10
10
categories: Release-Notes
11
11
---
12
12
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:
14
14
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
16
16
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!
18
17
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]!)
*[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.
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!
It's now possible to use [FFMpeg] to monitor a video stream and detect motion thanks to a new binary sensor platform by [@pvizeli].
52
83
53
84
### {% 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.
55
89
56
90
### {% linkable_title All changes %}
57
91
@@ -87,6 +121,8 @@ Due to our wild growth we ended up with some components that had a lot of overla
87
121
- Z-Wave: New rename [node] service added ([@jnewland])
88
122
- Wink: [Bug] fixes ([@w1ll1am23])
89
123
- 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])
90
126
91
127
### {% linkable_title Breaking changes %}
92
128
- 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
99
135
- Using the rollershutter and garage door components has been deprecated. Please migrate to the new cover component. (just change name, configurations are compatible)
0 commit comments