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.
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.
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.