diff --git a/_config.yml b/_config.yml
index 735d2b72708..5505ce95bad 100644
--- a/_config.yml
+++ b/_config.yml
@@ -100,9 +100,9 @@ social:
# Home Assistant release details
current_major_version: 0
-current_minor_version: 106
-current_patch_version: 5
-date_released: 2020-03-03
+current_minor_version: 107
+current_patch_version: 0
+date_released: 2020-03-18
# 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/_posts/2020-03-18-release-107.markdown b/source/_posts/2020-03-18-release-107.markdown
index f4b9dc53ef5..0dbd6bd9a97 100644
--- a/source/_posts/2020-03-18-release-107.markdown
+++ b/source/_posts/2020-03-18-release-107.markdown
@@ -13,16 +13,18 @@ og_image: /images/blog/2020-03-0.107/social.png
-Well, hello!, Home Assistant Core 0.107! We are happy to see you 😃
+Well, hello!, Home Assistant Core 0.107 beta! Enjoy the testing! 😃
These are the draft release notes for the upcoming release, currently in Beta.
+**TODO**: Intro text
+
## Bye State UI, hello multiple Lovelace dashboards
As announced with [0.105](/blog/2020/02/05/release-105), the old states UI is removed in this release. We did a survey to see what people would miss from states UI and found out that it is used mostly as a overview of all entities besides a nice layout that can be made in Lovelace.
-We found a solution for that, and then some... You are now able to create multiple Lovelace dashboards. This means you can have a dashboard with your main layout, one that is autogenerated (like State UI), one for experimenting, one for admins, one managed in YAML, one managed in the UI, etc.
+We found a solution for that, and then some... You are now able to create multiple Lovelace dashboards. This means you can have a dashboard with your main layout, one that is auto-generated (like State UI), one for experimenting, one for admins, one managed in YAML, one managed in the UI, etc.
-You can create unlimited dashboards right from the UI in the new Lovelace config panel. YAML dashboards can be set up in `configuration.yaml`, see the documentation.
+You can create unlimited dashboards right from the UI in the new Lovelace configuration panel. YAML dashboards can be set up in `configuration.yaml`, see the documentation.
@@ -30,7 +32,9 @@ Screenshot of the new Lovelace config panel.
-
-Screenshot of a dropdown config dialog.
+
+Screenshot of a dropdown configuration dialog.