Skip to content

Commit e73712f

Browse files
authored
Update 2016-08-27-notifications-hue-fake-unification.markdown
Grammar, add forgotten things to breaking changes, add some links
1 parent efbb221 commit e73712f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Now that we have that great news out of the way, onto this week's release which
4646

4747
## {% linkable_title 0.27 %}
4848

49-
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.
49+
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](#breaking-changes) section below.
5050

5151
### {% linkable_title Hue Bridge Emulation %}
5252
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](/components/emulated_hue/)! 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 pretend to be a Hue Bridge. 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`](/components/emulated_hue/) component, you can have local control of entities through Amazon Echo.
@@ -55,7 +55,7 @@ Thanks to [@mgbowen] we now have the functionality previously provided by [@bloc
5555
We have some excellent upgrades to the notification system coming to you in 0.27, courtesy of me, [@robbiet480].
5656

5757
#### {% linkable_title HTML5 Push Notifications %}
58-
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!
58+
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 when your Home Assistant is not open 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!
5959

6060
<p class='img'>
6161
<img src='{{site_root}}/images/screenshots/html5-notify.png' />
@@ -132,14 +132,16 @@ Along with the new `climate` component, [@Teagan42] and I ([@robbiet480]) decide
132132
- Forecast.io entity IDs are now like `sensor.forecastio_temperature`. Previously they were like `sensor.weather_temperature`. Apologies for this change, but we needed to make Forecast.io more generic now that we have many weather platforms.
133133
- The [Loop Energy][Loop] sensor configuration format changed slightly, please reformat based on the revised documentation.
134134
- The configuration for the [SABnzbd] sensor has slightly changed. The prefix `type:` is no longer required for monitored variables.
135+
- The [IMAP] sensor now uses `username` instead of `user`.
136+
- The [NZBGet] sensor has had so many changes I can't list them all. Please refer to the documentation for more info.
135137

136138
### {% linkable_title Deprecations %}
137139
- Using the `thermostat` and `hvac` components has been deprecated. Please migrate to the new `climate` component. (just change the component name, the configurations are compatible)
138140
- Using the `rollershutter` and `garage_door` components have also been deprecated. Please migrate to the new `cover` component. (just change the component name, the configurations are compatible)
139141

140142
## {% linkable_title Finishing up %}
141143

142-
Thanks all for sticking with me to the end. I'll be taking over a lot of Paulus's (@balloob) work while he is gone, but as I said, don't worry because he'll be back well before 0.28.0 comes out. Hopefully you didn't find this jovial blog post too jarring from our standard style, I just wrote a lot of this at 2am after being awake for almost 20 hours, so I'm a little loopy hahaha 😴.
144+
Thanks all for sticking with me to the end. I'll be taking over a lot of Paulus's ([@balloob]) work while he is gone, but as I said, don't worry because he'll be back well before 0.28.0 comes out. Hopefully you didn't find this jovial blog post too jarring from our standard style, I just wrote a lot of this at 2am after being awake for almost 20 hours, so I'm a little loopy hahaha 😴.
143145

144146
Also, thanks as always to our developer contributors, documentation contributors, but most of all our users! This would've just been a script that Paulus (@balloob) used to control his lights at home if we didn't have your enthusiasm.
145147

@@ -221,3 +223,4 @@ Talk to you soon on Gitter and in your pull request comments!
221223
[attachments]: /components/notify.slack/
222224
[Hue]: /components/emulated_hue/
223225
[fan]: /components/fan/
226+
[IMAP]: /components/sensor.imap/

0 commit comments

Comments
 (0)