From 75bd4e76b4fff915bc25203f25969c24c8bc0c78 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 23 Jan 2019 13:09:28 -0800 Subject: [PATCH] Fixes --- .../_posts/2019-01-23-lovelace-released.markdown | 2 ++ source/docs/index.markdown | 4 ++-- source/lovelace/index.markdown | 15 +++++++++++++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/source/_posts/2019-01-23-lovelace-released.markdown b/source/_posts/2019-01-23-lovelace-released.markdown index a51c8dc1646..f93cd3fec85 100644 --- a/source/_posts/2019-01-23-lovelace-released.markdown +++ b/source/_posts/2019-01-23-lovelace-released.markdown @@ -30,6 +30,8 @@ In case you're reading this and want to give it a try right now: we've updated [ For a deep dive into all the new features, check out the [latest episode of the Home Assistant podcast](https://hasspodcast.io), featuring an interview with [Zack Arnett][@zsarnett] from the Lovelace team. +For an overview of all the different features, check out the [Lovelace documentation](/lovelace/). + 1: If you prefer YAML, Lovelace also includes a [YAML mode](/lovelace/yaml-mode/) that supports the use of `!include` and `!secret`. ## {% linkable_title History %} diff --git a/source/docs/index.markdown b/source/docs/index.markdown index 5daf1ae6832..fae1a49f278 100644 --- a/source/docs/index.markdown +++ b/source/docs/index.markdown @@ -36,11 +36,11 @@ The documentation covers beginner to advanced topics around the installation, se
MQTT
- +
-
HADashboard
+
Lovelace user interface
diff --git a/source/lovelace/index.markdown b/source/lovelace/index.markdown index d3cfaa21041..118d3c05078 100644 --- a/source/lovelace/index.markdown +++ b/source/lovelace/index.markdown @@ -12,9 +12,20 @@ redirect_from: /components/lovelace/ Lovelace is the name of the Home Assistant user interface. It is a fast, customizable and powerful way for users to manage their homes, working both on mobile and desktop. -Lovelace is not the default UI just yet, but we're really close. Once you are ready to start using Lovelace UI as your main user interface, click on info, the "i" icon under 'Developer Tools" in the Home Assistant side-bar. Next, locate >>Set Lovelace as default page on this device<< under the Home Assistant version information and click it. + - [24 cards](https://www.home-assistant.io/lovelace/alarm-panel/) to place and configure as you like. + - UI Editor. A configuration UI to manage your Lovelace UI including live preview when editing cards. + - Fast. Using a static config allows us to build up the UI once. + - Customizable. + - Cards have numerous options to configure how your data is presented. + - Themes; even at a per card basis. + - Ability to override names and icons of entities. + - Custom Cards from our amazing community are fully supported. -Note that this is a per-device setting and will need to be changed on each device you access the UI from. +
+ +
+ +To try it yourself, check out [the demo](https://demo.home-assistant.io). ## {% linkable_title Discuss Lovelace %}