diff --git a/source/_posts/2020-03-release-107.markdown b/source/_posts/2020-03-release-107.markdown
new file mode 100644
index 00000000000..a1073b7ad81
--- /dev/null
+++ b/source/_posts/2020-03-release-107.markdown
@@ -0,0 +1,58 @@
+---
+layout: post
+title: "0.107: Light brightness stepping, better Safe Mode and person dialog"
+description: "A great release that improves stability, reliability and a lot of helpful additions to make everything much more friendly and easier to use."
+date: 2020-02-26 00:00:00
+date_formatted: "March , 2020"
+author: Franck Nijhof
+author_twitter: frenck
+comments: true
+categories: Release-Notes
+og_image: /images/blog/2020-03-0.107/social.png
+---
+
+
+
+Well, hello!, Home Assistant Core 0.107! We are happy to see you 😃
+
+A great release that improves stability, reliability and a lot of helpful additions to make everything much more friendly and easier to use. So let's dive in!
+
+## 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.
+
+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.
+
+
+
+Screenshot of the new Lovelace config panel.
+
+
+This comes with a breaking change for people that use Lovelace in YAML mode, you need to move the `resource` section from your `ui-lovelace.yaml` to the `lovelace:` section in `configuration.yaml`.
+For users in storage mode, we automaticlly migrate your resources, they are no longer found in the raw config editor, but in the Lovelace config panel.
+
+## New media player card
+
+[@zsarnett](https://github.com/zsarnett) is back on the frontend team and was not planning on letting that happen unnoticed. He did a ton of work on the frontend and created an awesome new media control card for Lovelace. It is inspired by the media control widget in Android and changes color based on the artwork of the played media. We think it looks really nice!
+
+
+
+Screenshot of the new Media Control Card.
+
+
+## Helpers Config Panel
+
+When you create advanced automations, you often need a helper. Like a toggle, to save a state, or another input field. Until now you always had to define them in YAML.
+We now have an UI to add and manage these Helper elements, one step closer to not needing YAML anymore!
+
+
+
+Screenshot of a dropdown config dialog.
+
+
+Other noteworthy changes:
+
+- [@zsarnett](https://github.com/zsarnett) changed the looks of our card picker, instead of a simple button to pick a card, you now get a live preview with your own entities.
+- [@thomasloven](https://github.com/thomasloven) added an UI editor for the stack cards and conditional card.
+- [@Misiu](https://github.com/Misiu) added an UI to set the visibility per user for views.
diff --git a/source/images/blog/2020-03-0.107/helper-config-dialog.png b/source/images/blog/2020-03-0.107/helper-config-dialog.png
new file mode 100644
index 00000000000..214c4693fd7
Binary files /dev/null and b/source/images/blog/2020-03-0.107/helper-config-dialog.png differ
diff --git a/source/images/blog/2020-03-0.107/lovelace-config-panel.png b/source/images/blog/2020-03-0.107/lovelace-config-panel.png
new file mode 100644
index 00000000000..ac981e5161d
Binary files /dev/null and b/source/images/blog/2020-03-0.107/lovelace-config-panel.png differ
diff --git a/source/images/blog/2020-03-0.107/new-media-control-card.png b/source/images/blog/2020-03-0.107/new-media-control-card.png
new file mode 100644
index 00000000000..ef66f484c24
Binary files /dev/null and b/source/images/blog/2020-03-0.107/new-media-control-card.png differ