Skip to content

Commit 2b09e77

Browse files
committed
Release 0.51.2
1 parent 18e0039 commit 2b09e77

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
@@ -143,11 +143,11 @@ social:
143143
# Home Assistant release details
144144
current_major_version: 0
145145
current_minor_version: 51
146-
current_patch_version: 1
147-
date_released: 2017-08-12
146+
current_patch_version: 2
147+
date_released: 2017-08-14
148148

149149
# Either # or the anchor link to latest release notes in the blog post.
150150
# Must be prefixed with a # and have double quotes around it.
151151
# Major release:
152-
patch_version_notes: "#release-0511--august-12"
152+
patch_version_notes: "#release-0512--august-14"
153153
# Minor release (Example #release-0431---april-25):

source/_posts/2017-08-12-release-51.markdown

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ As we have seen more vacuum cleaners land in Home Assistant, it was time to crea
5959

6060
- Fixed a bug in the automation editor that would break if no conditions available in the config file. ([@balloob])
6161

62+
## {% linkable_title Release 0.51.2 - August 14 %}
63+
64+
- Fix zwave power_consumption attribute ([@andrey-git] - [#8968]) ([zwave docs])
65+
- Turn foscam verbose mode off ([@andrey-git] - [#8967]) ([camera.foscam docs])
66+
- fix stack trace in pushbullet ([@Danielhiversen] - [#8965]) ([notify.pushbullet docs])
67+
- Harmoney remote: Fix call to ha_send_commands ([@MartinHjelmare] - [#8956]) ([remote.harmony docs])
68+
- fix DeviceException handling when updating xiaomi vacuum ([@azogue] - [#8954]) ([vacuum.xiaomi docs])
69+
- Sabnzbd: do not assume discovery info is a dict ([@balloob] - [#8951]) ([sensor.sabnzbd docs])
70+
- Fix login button ([@balloob])
71+
- Add workaround for broken toggles in Safari ([@balloob])
72+
- Fix weblink opening twice ([@azogue])
73+
6274
## {% linkable_title If you need help... %}
6375
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
6476

@@ -445,3 +457,10 @@ vacuum:
445457
[forum]: https://community.home-assistant.io/
446458
[issue]: https://github.com/home-assistant/home-assistant/issues
447459
[discord]: https://discord.gg/c5DvZ4e
460+
[#8951]: https://github.com/home-assistant/home-assistant/pull/8951
461+
[#8954]: https://github.com/home-assistant/home-assistant/pull/8954
462+
[#8956]: https://github.com/home-assistant/home-assistant/pull/8956
463+
[#8965]: https://github.com/home-assistant/home-assistant/pull/8965
464+
[#8967]: https://github.com/home-assistant/home-assistant/pull/8967
465+
[#8968]: https://github.com/home-assistant/home-assistant/pull/8968
466+
[@Danielhiversen]: https://github.com/Danielhiversen

0 commit comments

Comments
 (0)