From 2dd1d58849dc3cbee42214a80abf5034cb5886d7 Mon Sep 17 00:00:00 2001 From: MPopti0n <36873863+MPopti0n@users.noreply.github.com> Date: Mon, 6 May 2019 02:20:36 -0400 Subject: [PATCH] Update yaml-mode.markdown (add migrating UI) (#9390) * Update yaml-mode.markdown (add migrating UI) Update yaml-mode.markdown * Minor changes --- source/lovelace/yaml-mode.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/lovelace/yaml-mode.markdown b/source/lovelace/yaml-mode.markdown index 276c594a368..7d8e5c6c357 100644 --- a/source/lovelace/yaml-mode.markdown +++ b/source/lovelace/yaml-mode.markdown @@ -101,4 +101,11 @@ views: Welcome to your **Lovelace UI**. ``` +Your previously customized Lovelace UI won't be modifiable anymore and won't follow after you start writing code in the `/ui-lovelace.yaml` file, but you can easily import it if you wish. + + - Go in the `Overview` tab. + - Go in the three dots menu (top-right) and click on `Configure UI`. + - Go in the three dots menu again and click on `Raw config editor`. + - There you see the config for your actual Lovelace UI, you can copy that into the `/ui-lovelace.yaml` file. + 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 in the menu at the top of the UI.