From d02ad5f7a63af3c67a804b70e6fe872cf831db2e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 12 Mar 2018 15:38:29 -0700 Subject: [PATCH] release 0.65.4 --- _config.yml | 6 +++--- source/_posts/2018-03-09-release-65.markdown | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 40a6c96ad29..d4558554a3f 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: 3 -date_released: 2018-03-11 +current_patch_version: 4 +date_released: 2018-03-12 # 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-0652---march-11" +patch_version_notes: "#release-0654---march-12" # 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 09d94335436..ca318ae1358 100644 --- a/source/_posts/2018-03-09-release-65.markdown +++ b/source/_posts/2018-03-09-release-65.markdown @@ -146,6 +146,13 @@ intent_script: - Bump pyvera to 0.2.42. Improve event loop robustness. ([@pavoni] - [#13095]) ([vera docs]) - Fix Kodi by updateding jsonrpc-websocket to 0.6 ([@Tadly] - [#13096]) ([media_player.kodi docs]) +## {% linkable_title Release 0.65.3 - March 12 %} + +- Fix unavailable property for wemo switch ([@balloob] - [#13106]) ([switch.wemo docs]) +- Hue: Catch if bridge goes unavailable ([@balloob] - [#13109]) ([hue docs]) ([light.hue docs]) +- 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 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. @@ -694,3 +701,15 @@ Experiencing issues introduced by this release? Please report them in our [issue [media_player.cast docs]: https://home-assistant.io/components/media_player.cast/ [media_player.kodi docs]: https://home-assistant.io/components/media_player.kodi/ [vera docs]: https://home-assistant.io/components/vera/ +[#13106]: https://github.com/home-assistant/home-assistant/pull/13106 +[#13109]: https://github.com/home-assistant/home-assistant/pull/13109 +[#13114]: https://github.com/home-assistant/home-assistant/pull/13114 +[#13143]: https://github.com/home-assistant/home-assistant/pull/13143 +[@arsaboo]: https://github.com/arsaboo +[@balloob]: https://github.com/balloob +[@jeroenterheerdt]: https://github.com/jeroenterheerdt +[alarm_control_panel.egardia docs]: https://home-assistant.io/components/alarm_control_panel.egardia/ +[arlo docs]: https://home-assistant.io/components/arlo/ +[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/