diff --git a/source/lovelace/index.markdown b/source/lovelace/index.markdown index 21862537973..0df01ccf7fe 100644 --- a/source/lovelace/index.markdown +++ b/source/lovelace/index.markdown @@ -9,7 +9,7 @@ sharing: true footer: true --- -

+

This is an experimental feature. Configuration might change in future versions.

@@ -22,6 +22,10 @@ The Lovelace UI is: - **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) - **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. +
+ +
+ ## How it works The old user interface relied solely on the state machine. This caused trouble as it meant that the state machine was now not only the source for device states, but also for user interface configuration. With Lovelace, we're taking a completely different approach. All user interface configuration will live in a seperate file, controlled by the user.