From 6132263e2ba7707d326ad279aa39dd5ad591ff96 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 29 Jan 2018 16:41:05 -0800 Subject: [PATCH] Release 0.62.1 --- _config.yml | 6 ++-- source/_posts/2018-01-27-release-62.markdown | 33 +++++++++++++++++++- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 732f3e54776..25bc8745bcd 100644 --- a/_config.yml +++ b/_config.yml @@ -140,13 +140,13 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 62 -current_patch_version: 0 -date_released: 2018-01-27 +current_patch_version: 1 +date_released: 2018-01-30 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. # Major release: -patch_version_notes: "#" +patch_version_notes: "#release-0621---january-30" # Minor release (Example #release-0431---april-25): # Date we moved to Discourse for comments diff --git a/source/_posts/2018-01-27-release-62.markdown b/source/_posts/2018-01-27-release-62.markdown index 95815a31048..8bb54a09f06 100644 --- a/source/_posts/2018-01-27-release-62.markdown +++ b/source/_posts/2018-01-27-release-62.markdown @@ -29,6 +29,16 @@ With this new integration by [@sdague] you are able to keep an eye on your Chevy - Ihc component and platforms ([@dingusdk] - [#10916]) ([ihc docs]) ([binary_sensor.ihc docs]) ([light.ihc docs]) ([sensor.ihc docs]) ([switch.ihc docs]) (new-platform) - Iota wallet ([@jinnerbichler] - [#11398]) ([iota docs]) ([sensor.iota docs]) (new-platform) +## {% linkable_title Release 0.62.1 - January 30 %} + +- Snips - (fix/change) remove response when intent not handled ([@tschmidty69] - [#11929]) ([snips docs]) +- Fix asuswrt AttributeError on neigh for unknown device ([@scop] - [#11960]) ([device_tracker.asuswrt docs]) +- Set default values for Daikin devices that don't support fan direction and fan speed features ([@rofrantz] - [#12000]) ([climate.daikin docs]) +- Fix parameter escaping ([@smoldaner] - [#12008]) ([media_player.squeezebox docs]) +- Error handling, in case no connections are available ([@ReneNulschDE] - [#12010]) ([sensor.deutsche_bahn docs]) +- Fix 404 for Hass.io panel using frontend dev ([@c727] - [#12039]) ([frontend docs]) +- Upgrade pyharmony to 1.0.20 ([@amelchio] - [#12043]) ([remote.harmony docs]) + ## {% linkable_title If you need help... %} ...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks. @@ -477,4 +487,25 @@ Experiencing issues introduced by this release? Please report them in our [issue [xiaomi_aqara docs]: https://home-assistant.io/components/xiaomi_aqara/ [zwave docs]: https://home-assistant.io/components/zwave/ [@martinhjelmare]: https://github.com/martinhjelmare -[@frenck]: https://github.com/frenck \ No newline at end of file +[@frenck]: https://github.com/frenck +[#11929]: https://github.com/home-assistant/home-assistant/pull/11929 +[#11960]: https://github.com/home-assistant/home-assistant/pull/11960 +[#12000]: https://github.com/home-assistant/home-assistant/pull/12000 +[#12008]: https://github.com/home-assistant/home-assistant/pull/12008 +[#12010]: https://github.com/home-assistant/home-assistant/pull/12010 +[#12039]: https://github.com/home-assistant/home-assistant/pull/12039 +[#12043]: https://github.com/home-assistant/home-assistant/pull/12043 +[@ReneNulschDE]: https://github.com/ReneNulschDE +[@amelchio]: https://github.com/amelchio +[@c727]: https://github.com/c727 +[@rofrantz]: https://github.com/rofrantz +[@scop]: https://github.com/scop +[@smoldaner]: https://github.com/smoldaner +[@tschmidty69]: https://github.com/tschmidty69 +[climate.daikin docs]: https://home-assistant.io/components/climate.daikin/ +[device_tracker.asuswrt docs]: https://home-assistant.io/components/device_tracker.asuswrt/ +[frontend docs]: https://home-assistant.io/components/frontend/ +[media_player.squeezebox docs]: https://home-assistant.io/components/media_player.squeezebox/ +[remote.harmony docs]: https://home-assistant.io/components/remote.harmony/ +[sensor.deutsche_bahn docs]: https://home-assistant.io/components/sensor.deutsche_bahn/ +[snips docs]: https://home-assistant.io/components/snips/