From 2237ecf4c2ef0d8756f4f8d86011ec76db9e6250 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 7 Jul 2018 23:10:27 +0200 Subject: [PATCH] Add changelog to lovelace --- source/_includes/asides/lovelace_navigation.html | 1 + source/lovelace/changelog.markdown | 12 ++++++++++++ source/lovelace/index.markdown | 4 ++++ 3 files changed, 17 insertions(+) create mode 100644 source/lovelace/changelog.markdown 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.