From 9899c4c8177085064727775e6f67ea8c095f4c90 Mon Sep 17 00:00:00 2001 From: John Evans Date: Tue, 6 Nov 2018 07:15:32 +0000 Subject: [PATCH] Added Lovelace info to the dev-tools page (#7383) I've added a paragraph in the dev-tools page mentioning that it's possible to both try Lovelace and set it as the default UI, as this I not mentioned in the docs --- source/_docs/tools/dev-tools.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_docs/tools/dev-tools.markdown b/source/_docs/tools/dev-tools.markdown index 99ce3e7cf7e..18c39443b4d 100644 --- a/source/_docs/tools/dev-tools.markdown +++ b/source/_docs/tools/dev-tools.markdown @@ -101,3 +101,6 @@ Even though MQTT in general provides deeper functionality, the developer tools s {% linkable_title Info %} The Information tab simply provides information about the current installed version, additional links and credits. The tab also contains a section that shows `syslog` information, and the contents of `home-assistant.log` with an option to clear and refresh the logs. + +The Information tab also allows makes it possible to try out the Lovelace User Interface (UI) by clicking "Try out the new Lovelace UI (experimental)" or set Lovelace as the default UI, so that when the "Overview" link in the Sidebar is selected, the Lovelace UI will load by default. +