Skip to content

Commit 8a5b3f2

Browse files
committed
Add 0.71 release blog post
1 parent 693f248 commit 8a5b3f2

File tree

3 files changed

+44
-12
lines changed

3 files changed

+44
-12
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ social:
141141
current_major_version: 0
142142
current_minor_version: 71
143143
current_patch_version: 0
144-
date_released: 2018-06-10
144+
date_released: 2018-06-08
145145

146146
# Either # or the anchor link to latest release notes in the blog post.
147147
# Must be prefixed with a # and have double quotes around it.

source/_posts/2018-06-10-release-71.markdown

+43-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
---
22
layout: post
3-
title: "0.71: TBD"
4-
description: "TBD - UPDATE DATE."
5-
date: 2018-06-03 00:01:00
6-
date_formatted: "June 10, 2018"
3+
title: "0.71: Lagute LW-12, Iperf3, Hydrawise, Ryobi Garage Doors"
4+
description: "Enjoy the weekend with this shiny new release."
5+
date: 2018-06-08 00:01:00
6+
date_formatted: "June 8, 2018"
77
author: Paulus Schoutsen
88
author_twitter: balloob
99
comments: true
1010
categories: Release-Notes
11+
og_image: /images/blog/2018-06-0.71/components.png
1112
---
1213

14+
<a href='/components/#version/0.71'><img src='/images/blog/2018-06-0.71/components.png' style='border: 0;box-shadow: none;'></a>
15+
16+
0.71 has arrived. My favorite feature in this release is the conversion of the Nest component from cloud poll to cloud push. Sure, it's still through the cloud but changes are now made available in Home Assistnat as soon as they happen. Thanks [@awarecan]!
17+
18+
We've continued the frontend tweaks after the major overhaul in the last release. We've had some issues with the Hass.io panel on both Firefox and Safari. They have been addressed and all browsers should hopefully work again.
19+
20+
On the frontend side, custom panels have gotten some new tricks, including support for building panels using React. So if you're a developer, [check it out](https://developers.home-assistant.io/blog/2018/06/01/071-custom-panels.html). And thanks to [@c727] a lot more strings can now be translated. More info on how to help with translating the frontend can be found [here](https://developers.home-assistant.io/docs/en/internationalization_translation.html).
21+
22+
HomeKit support also keeps growing. This release includes support for media players, automations and outlets thanks to [@schmittx].
23+
24+
And in case you missed it, [@OttoWinter] has created [esphomeyaml], which allows you to program and deploy ESP chips throughout your house by using a Home Assistant inspired `configuration.yaml`. [Check it out](/blog/2018/06/05/esphomelib/).
25+
26+
Have a good weekend everyone!
27+
1328
## {% linkable_title New Platforms %}
1429

1530
- Lagute LW-12 Wifi LED control ([@jaypikay] - [#13307]) ([light.lw12wifi docs]) (new-platform)
@@ -40,14 +55,19 @@ Experiencing issues introduced by this release? Please report them in our [issue
4055
<!--more-->
4156
## {% linkable_title Breaking Changes %}
4257

43-
- Fix sensor name (fixes #14535) ([@fabaff] - [#14541]) ([sensor.bom docs]) (breaking change)
58+
- BOM sensor: `'Wind Direction kt'` to `'Wind Speed kt'` (fixes #14535) ([@fabaff] - [#14541]) ([sensor.bom docs]) (breaking change)
4459
- Removed attribute current_time from Raincloudy sensors to avoid being triggered by recorder component ([@tchellomello] - [#14584]) ([raincloud docs]) ([switch.raincloud docs]) (breaking change)
45-
- Remove nma component ([@cgarwood] - [#14594]) ([notify docs]) (breaking change)
46-
- Add configurable decimal rounding of display value for CoinMarketCap sensor and upgrade to 5.0.3 (#14437) ([@kotlarz] - [#14604]) ([sensor.coinmarketcap docs]) (breaking change)
47-
- Give unknown zwave nodes a better name ([@andrey-git] - [#14353]) ([zwave docs]) (breaking change)
48-
- Allow user-defined sensors ([@fabaff] - [#14613]) ([sensor.netdata docs]) (breaking change)
49-
- Revert "Remove simplepush.io ([@balloob] - [#14358]) ([notify docs]) (breaking change)
50-
- Disallow automation.trigger without entity_id ([@amelchio] - [#14724]) ([automation docs]) (breaking change)
60+
- Remove Notify My Android component as it shut down on May 24 ([@cgarwood] - [#14594]) ([notify docs]) (breaking change)
61+
- CoinMarketCap sensor: It is no longer possible to query a ticker by the name of the currency (i.e. bitcoin). The API instead uses IDs (integers) for these tickers (i.e. bitcoin -> 1). Rounding of decimals is now configurable, because it made no sense to round to 2 decimals if display_currency was set to BTC, some values showed up as 0.00. (#14437) ([@kotlarz] - [#14604]) ([sensor.coinmarketcap docs]) (breaking change)
62+
- Give unknown zwave nodes a better name and don't add them to entity registry ([@andrey-git] - [#14353]) ([zwave docs]) (breaking change)
63+
- The `netdata` sensor was re-worked to support all available details from [Netdata](https://my-netdata.io/). This requires you to adjust the your existing configuration if you use the `netdata` sensor.
64+
([@fabaff] - [#14613]) ([sensor.netdata docs]) (breaking change)
65+
- Disallow automation.trigger without entity_id. Triggering all automations at once is most likely a user mistake but if it is really needed, one can use `entity_id: group.all_automations`. ([@amelchio] - [#14724]) ([automation docs]) (breaking change)
66+
67+
## {% linkable_title Beta Fixes %}
68+
69+
- Use hass iconset ([@balloob] - [#14185]) ([config docs]) ([frontend docs]) ([hassio docs]) ([history docs]) ([logbook docs]) (beta fix)
70+
- Zone - Hass configuration name is optional ([@Kane610] - [#14449]) ([zone docs]) (beta fix)
5171

5272
## {% linkable_title All changes %}
5373

@@ -152,11 +172,14 @@ Experiencing issues introduced by this release? Please report them in our [issue
152172
- Add Kodi OnResume event ([@quthla] - [#14790]) ([media_player.kodi docs])
153173
- Fix media_title empty when title is empty but label is set ([@quthla] - [#14791]) ([media_player.kodi docs])
154174
- Add homematicip_cloud illuminance sensor ([@mxworm] - [#14720]) ([sensor.homematicip_cloud docs])
175+
- Use hass iconset ([@balloob] - [#14185]) ([config docs]) ([frontend docs]) ([hassio docs]) ([history docs]) ([logbook docs]) (beta fix)
176+
- Zone - Hass configuration name is optional ([@Kane610] - [#14449]) ([zone docs]) (beta fix)
155177

156178
[#13307]: https://github.com/home-assistant/home-assistant/pull/13307
157179
[#14055]: https://github.com/home-assistant/home-assistant/pull/14055
158180
[#14178]: https://github.com/home-assistant/home-assistant/pull/14178
159181
[#14183]: https://github.com/home-assistant/home-assistant/pull/14183
182+
[#14185]: https://github.com/home-assistant/home-assistant/pull/14185
160183
[#14213]: https://github.com/home-assistant/home-assistant/pull/14213
161184
[#14276]: https://github.com/home-assistant/home-assistant/pull/14276
162185
[#14301]: https://github.com/home-assistant/home-assistant/pull/14301
@@ -168,6 +191,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
168191
[#14419]: https://github.com/home-assistant/home-assistant/pull/14419
169192
[#14428]: https://github.com/home-assistant/home-assistant/pull/14428
170193
[#14446]: https://github.com/home-assistant/home-assistant/pull/14446
194+
[#14449]: https://github.com/home-assistant/home-assistant/pull/14449
171195
[#14470]: https://github.com/home-assistant/home-assistant/pull/14470
172196
[#14480]: https://github.com/home-assistant/home-assistant/pull/14480
173197
[#14517]: https://github.com/home-assistant/home-assistant/pull/14517
@@ -320,12 +344,15 @@ Experiencing issues introduced by this release? Please report them in our [issue
320344
[climate.nest docs]: /components/climate.nest/
321345
[climate.sensibo docs]: /components/climate.sensibo/
322346
[cloud docs]: /components/cloud/
347+
[config docs]: /components/config/
323348
[counter docs]: /components/counter/
324349
[cover.myq docs]: /components/cover.myq/
325350
[cover.ryobi_gdo docs]: /components/cover.ryobi_gdo/
326351
[device_tracker docs]: /components/device_tracker/
327352
[eufy docs]: /components/eufy/
353+
[frontend docs]: /components/frontend/
328354
[hassio docs]: /components/hassio/
355+
[history docs]: /components/history/
329356
[homekit docs]: /components/homekit/
330357
[homematic docs]: /components/homematic/
331358
[homematicip_cloud docs]: /components/homematicip_cloud/
@@ -337,6 +364,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
337364
[light.zha docs]: /components/light.zha/
338365
[linode docs]: /components/linode/
339366
[lock.xiaomi_aqara docs]: /components/lock.xiaomi_aqara/
367+
[logbook docs]: /components/logbook/
340368
[media_extractor docs]: /components/media_extractor/
341369
[media_player.denonavr docs]: /components/media_player.denonavr/
342370
[media_player.directv docs]: /components/media_player.directv/
@@ -383,4 +411,8 @@ Experiencing issues introduced by this release? Please report them in our [issue
383411
[vera docs]: /components/vera/
384412
[xiaomi_aqara docs]: /components/xiaomi_aqara/
385413
[zha docs]: /components/zha/
414+
[zone docs]: /components/zone/
386415
[zwave docs]: /components/zwave/
416+
[@OttoWinter]: https://github.com/OttoWinter
417+
[esphomeyaml]: https://esphomelib.com/esphomeyaml/index.html
418+
[@c727]: https://github.com/c727
Loading

0 commit comments

Comments
 (0)