Skip to content

Commit d02ad5f

Browse files
committed
release 0.65.4
1 parent 947cb6f commit d02ad5f

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ social:
140140
# Home Assistant release details
141141
current_major_version: 0
142142
current_minor_version: 65
143-
current_patch_version: 3
144-
date_released: 2018-03-11
143+
current_patch_version: 4
144+
date_released: 2018-03-12
145145

146146
# Either # or the anchor link to latest release notes in the blog post.
147147
# Must be prefixed with a # and have double quotes around it.
148148
# Major release:
149-
patch_version_notes: "#release-0652---march-11"
149+
patch_version_notes: "#release-0654---march-12"
150150
# Minor release (Example #release-0431---april-25):
151151

152152
# Date we moved to Discourse for comments

source/_posts/2018-03-09-release-65.markdown

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,13 @@ intent_script:
146146
- Bump pyvera to 0.2.42. Improve event loop robustness. ([@pavoni] - [#13095]) ([vera docs])
147147
- Fix Kodi by updateding jsonrpc-websocket to 0.6 ([@Tadly] - [#13096]) ([media_player.kodi docs])
148148

149+
## {% linkable_title Release 0.65.3 - March 12 %}
150+
151+
- Fix unavailable property for wemo switch ([@balloob] - [#13106]) ([switch.wemo docs])
152+
- Hue: Catch if bridge goes unavailable ([@balloob] - [#13109]) ([hue docs]) ([light.hue docs])
153+
- Adding check for empty discovery info in alarm control panel Egardia. ([@jeroenterheerdt] - [#13114]) ([alarm_control_panel.egardia docs])
154+
- Throttle Arlo api calls ([@arsaboo] - [#13143]) ([arlo docs])
155+
149156
## {% linkable_title If you need help... %}
150157

151158
...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
694701
[media_player.cast docs]: https://home-assistant.io/components/media_player.cast/
695702
[media_player.kodi docs]: https://home-assistant.io/components/media_player.kodi/
696703
[vera docs]: https://home-assistant.io/components/vera/
704+
[#13106]: https://github.com/home-assistant/home-assistant/pull/13106
705+
[#13109]: https://github.com/home-assistant/home-assistant/pull/13109
706+
[#13114]: https://github.com/home-assistant/home-assistant/pull/13114
707+
[#13143]: https://github.com/home-assistant/home-assistant/pull/13143
708+
[@arsaboo]: https://github.com/arsaboo
709+
[@balloob]: https://github.com/balloob
710+
[@jeroenterheerdt]: https://github.com/jeroenterheerdt
711+
[alarm_control_panel.egardia docs]: https://home-assistant.io/components/alarm_control_panel.egardia/
712+
[arlo docs]: https://home-assistant.io/components/arlo/
713+
[hue docs]: https://home-assistant.io/components/hue/
714+
[light.hue docs]: https://home-assistant.io/components/light.hue/
715+
[switch.wemo docs]: https://home-assistant.io/components/switch.wemo/

0 commit comments

Comments
 (0)