From e0d3ba6aaf4bb8884be0788d782e1b278ed777af Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 21 Mar 2018 10:17:43 -0700 Subject: [PATCH] Release 0.65.6 --- _config.yml | 6 +++--- source/_posts/2018-03-09-release-65.markdown | 21 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 4a90ed5885b..d2b0242b763 100644 --- a/_config.yml +++ b/_config.yml @@ -140,13 +140,13 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 65 -current_patch_version: 5 -date_released: 2018-03-14 +current_patch_version: 6 +date_released: 2018-03-21 # 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: "#release-0655---march-14" +patch_version_notes: "#release-0656---march-21" # Minor release (Example #release-0431---april-25): # Date we moved to Discourse for comments diff --git a/source/_posts/2018-03-09-release-65.markdown b/source/_posts/2018-03-09-release-65.markdown index 213ecb8b921..d5a854e66dc 100644 --- a/source/_posts/2018-03-09-release-65.markdown +++ b/source/_posts/2018-03-09-release-65.markdown @@ -161,6 +161,14 @@ intent_script: - Avoid Sonos error when joining with self ([@amelchio] - [#13196]) ([media_player.sonos docs]) - Fix input_boolean Google Assistant serialize error ([@balloob] - [#13220]) ([google_assistant docs]) +## {% linkable_title Release 0.65.6 - March 21 %} + +- More robust MJPEG parser. Fixes #13138. ([@PhracturedBlue] - [#13226]) ([camera.proxy docs]) +- Tado: don't reference unset hass var ([@balloob] - [#13237]) ([device_tracker docs]) +- Fix Sonos join/unjoin in scripts ([@amelchio] - [#13248]) ([media_player.sonos docs]) +- Fix Sonos radio stations with ampersand ([@amelchio] - [#13293]) ([media_player.sonos docs]) +- Do not include unavailable entities in Google Assistant SYNC ([@balloob] - [#13358]) ([google_assistant docs]) ([light.demo 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. @@ -734,3 +742,16 @@ Experiencing issues introduced by this release? Please report them in our [issue [google_assistant docs]: https://home-assistant.io/components/google_assistant/ [homekit docs]: https://home-assistant.io/components/homekit/ [media_player.sonos docs]: https://home-assistant.io/components/media_player.sonos/ +[#13226]: https://github.com/home-assistant/home-assistant/pull/13226 +[#13237]: https://github.com/home-assistant/home-assistant/pull/13237 +[#13248]: https://github.com/home-assistant/home-assistant/pull/13248 +[#13293]: https://github.com/home-assistant/home-assistant/pull/13293 +[#13358]: https://github.com/home-assistant/home-assistant/pull/13358 +[@PhracturedBlue]: https://github.com/PhracturedBlue +[@amelchio]: https://github.com/amelchio +[@balloob]: https://github.com/balloob +[camera.proxy docs]: https://home-assistant.io/components/camera.proxy/ +[device_tracker docs]: https://home-assistant.io/components/device_tracker/ +[google_assistant docs]: https://home-assistant.io/components/google_assistant/ +[light.demo docs]: https://home-assistant.io/components/light.demo/ +[media_player.sonos docs]: https://home-assistant.io/components/media_player.sonos/