Release 0.65.6

This commit is contained in:
Paulus Schoutsen 2018-03-21 10:17:43 -07:00
parent 6bb1d70db1
commit e0d3ba6aaf
2 changed files with 24 additions and 3 deletions

View File

@ -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

View File

@ -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/