From 0bae6746ba50e74c54112530f212cfb5df6a1fa7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 12 Aug 2017 15:03:19 -0700 Subject: [PATCH] Release 51.1 --- _config.yml | 4 ++-- source/_posts/2017-08-12-release-51.markdown | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 9168c907acc..5c941069f99 100644 --- a/_config.yml +++ b/_config.yml @@ -143,11 +143,11 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 51 -current_patch_version: 0 +current_patch_version: 1 date_released: 2017-08-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: "#" +patch_version_notes: "#release-0511--august-12" # Minor release (Example #release-0431---april-25): diff --git a/source/_posts/2017-08-12-release-51.markdown b/source/_posts/2017-08-12-release-51.markdown index 9ed257483ee..38d367e624a 100644 --- a/source/_posts/2017-08-12-release-51.markdown +++ b/source/_posts/2017-08-12-release-51.markdown @@ -55,6 +55,10 @@ As we have seen more vacuum cleaners land in Home Assistant, it was time to crea - Add new device tracker for Huawei Routers. ([@abmantis] - [#8488]) ([device_tracker.huawei_router docs]) (new-platform) - Add Shodan sensor ([@fabaff] - [#8902]) ([sensor.shodan docs]) (new-platform) +## {% linkable_title Release 0.51.1 - August 12 %} + + - Fixed a bug in the automation editor that would break if no conditions available in the config file. ([@balloob]) + ## {% linkable_title If you need help... %} ...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.