From 74df4c4f139dd8401f4db6e9a8657042df29bed9 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 7 Aug 2019 11:26:35 -0700 Subject: [PATCH 1/3] Update version --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 22f707391b6..b7388353e08 100644 --- a/_config.yml +++ b/_config.yml @@ -98,9 +98,9 @@ social: # Home Assistant release details current_major_version: 0 -current_minor_version: 96 -current_patch_version: 5 -date_released: 2019-07-25 +current_minor_version: 97 +current_patch_version: 0 +date_released: 2019-08-07 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. From d940902c924c47e0038fe81c021bd43a6936cd17 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 7 Aug 2019 11:33:59 -0700 Subject: [PATCH 2/3] Fix image in blog post --- source/_posts/2019-08-07-release-97.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/2019-08-07-release-97.markdown b/source/_posts/2019-08-07-release-97.markdown index c11ccf3b83e..110ab89d05c 100644 --- a/source/_posts/2019-08-07-release-97.markdown +++ b/source/_posts/2019-08-07-release-97.markdown @@ -8,10 +8,10 @@ author: Paulus Schoutsen author_twitter: balloob comments: true categories: Release-Notes -og_image: /images/blog/2019-08-release-97/components.png +og_image: /images/blog/2019-08-0.97/components.png --- - + It's time for Home Assistant 0.97! It has been a very busy release cycle as we have been fine-tuning our development process, which makes it easier to maintain and contribute to Home Assistant in the future. From 5f42112f0017b4f9da91664903439382757f69f1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 7 Aug 2019 20:38:55 +0200 Subject: [PATCH 3/3] Hotfix for broken build in Lovelace entities page --- source/_lovelace/entities.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 1a386e2cb0b..0a841e93ce7 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -116,7 +116,7 @@ icon: required: false description: Icon to use type: string - default: `hass:television` + default: "`hass:television`" hide_if_unavailable: required: false description: Hide this row if casting is not available in the browser.