diff --git a/_config.yml b/_config.yml index d4558554a3f..4a90ed5885b 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: 4 -date_released: 2018-03-12 +current_patch_version: 5 +date_released: 2018-03-14 # 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-0654---march-12" +patch_version_notes: "#release-0655---march-14" # 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 ce3e803fcf4..c198e403ad0 100644 --- a/source/_posts/2018-03-09-release-65.markdown +++ b/source/_posts/2018-03-09-release-65.markdown @@ -153,6 +153,14 @@ intent_script: - Adding check for empty discovery info in alarm control panel Egardia. ([@jeroenterheerdt] - [#13114]) ([alarm_control_panel.egardia docs]) - Throttle Arlo api calls ([@arsaboo] - [#13143]) ([arlo docs]) +## {% linkable_title Release Notes 0.65.5 - March 14 %} + +- Bugfix HomeKit: Error string values for temperature ([@cdce8p] - [#13162]) ([homekit docs]) +- Revert throttle Arlo api calls ([@arsaboo] - [#13174]) ([arlo docs]) +- Ignore unsupported Sonos favorites ([@amelchio] - [#13195]) ([media_player.sonos docs]) +- 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 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. @@ -713,3 +721,16 @@ Experiencing issues introduced by this release? Please report them in our [issue [hue docs]: https://home-assistant.io/components/hue/ [light.hue docs]: https://home-assistant.io/components/light.hue/ [switch.wemo docs]: https://home-assistant.io/components/switch.wemo/ +[#13162]: https://github.com/home-assistant/home-assistant/pull/13162 +[#13174]: https://github.com/home-assistant/home-assistant/pull/13174 +[#13195]: https://github.com/home-assistant/home-assistant/pull/13195 +[#13196]: https://github.com/home-assistant/home-assistant/pull/13196 +[#13220]: https://github.com/home-assistant/home-assistant/pull/13220 +[@amelchio]: https://github.com/amelchio +[@arsaboo]: https://github.com/arsaboo +[@balloob]: https://github.com/balloob +[@cdce8p]: https://github.com/cdce8p +[arlo docs]: https://home-assistant.io/components/arlo/ +[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/