From 492f5e067276ca5c493aef9668a8f92e5f80a46c Mon Sep 17 00:00:00 2001 From: c727 Date: Mon, 9 Jul 2018 11:02:27 +0200 Subject: [PATCH] Fix link to custom card docs for Lovelace (#5717) * Fix link to custom card docs for Lovelace * Fix typo --- source/lovelace/index.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lovelace/index.markdown b/source/lovelace/index.markdown index 89b51126dea..0b42ccf2e62 100644 --- a/source/lovelace/index.markdown +++ b/source/lovelace/index.markdown @@ -19,7 +19,7 @@ The Lovelace UI is: - **Extremely fast**. We create the user interface when the UI configuration changes. When a state changes, we just make the UI represent the current state. - **Extremely customizable**. We have a new file for just configuration. In the past, we declined UI specific options because they did not fit in the state machine. They will fit in a configuration file for a user interface. - - **Extremely extensible**. It's based on the web standard [custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements). Don't like the built-in cards? Make your own! Custom cards are treated the same as built-in cards and are configured the same way. [Check the docs.](lovelace_custom_card.md) + - **Extremely extensible**. It's based on the web standard [custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements). Don't like the built-in cards? Make your own! Custom cards are treated the same as built-in cards and are configured the same way. [Check the docs.](https://developers.home-assistant.io/docs/en/lovelace_custom_card.html) - **Making the backend faster**. With Lovelace, the backend will no longer need to maintain entities like groups for the sole purpose of showing them on the frontend.
@@ -45,7 +45,7 @@ Create a new file `/ui-lovelace.yaml` and add the following content. Adj ```yaml title: My Awesome Home -# Exclude entites from "Unused entities" view +# Exclude entities from "Unused entities" view excluded_entities: - weblink.router views: