diff --git a/source/_includes/asides/lovelace_navigation.html b/source/_includes/asides/lovelace_navigation.html
index fd19a6462df..d8eab73833b 100644
--- a/source/_includes/asides/lovelace_navigation.html
+++ b/source/_includes/asides/lovelace_navigation.html
@@ -6,6 +6,7 @@
Lovelace UI
diff --git a/source/lovelace/changelog.markdown b/source/lovelace/changelog.markdown
new file mode 100644
index 00000000000..d093b4d60b8
--- /dev/null
+++ b/source/lovelace/changelog.markdown
@@ -0,0 +1,12 @@
+---
+layout: page
+title: "Lovelace Changelog"
+description: "Changelog of the Lovelace UI."
+date: 2018-07-01 10:28 +00:00
+sidebar: true
+comments: false
+sharing: true
+footer: true
+---
+
+TBD
diff --git a/source/lovelace/index.markdown b/source/lovelace/index.markdown
index cfdecba3f36..21862537973 100644
--- a/source/lovelace/index.markdown
+++ b/source/lovelace/index.markdown
@@ -93,6 +93,10 @@ views:
Now restart Home Assistant, navigate to `/lovelace`. When you make changes to `ui-lovelace.yaml`, you don't have to restart Home Assistant or refresh the page. Just hit the refresh button at the top of the UI.
+## Custom Cards
+
+It is possible to add your own custom cards to show up in the Lovelace UI. For more information, check [the developer docs](https://developers.home-assistant.io/docs/en/lovelace_custom_card.html).
+
## Current limitations
This is the very very early version aimed at gathering feedback. Discussion and suggestions are welcome in the [ui-schema repository](https://github.com/home-assistant/ui-schema) and in the [chat](/join-chat/) in #lovelace.