From 51aae181cc910930e3d3826cae6b99b067c647ab Mon Sep 17 00:00:00 2001 From: tomlut <10679300+tomlut@users.noreply.github.com> Date: Wed, 16 Oct 2019 23:35:34 +1100 Subject: [PATCH 1/2] Added revert to UI edit mode instructions Added revert to UI edit mode instructions after a user identified that this was not obvious in the Lovelace discord topic. --- source/lovelace/yaml-mode.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/lovelace/yaml-mode.markdown b/source/lovelace/yaml-mode.markdown index d37598aabff..f8367645a1e 100644 --- a/source/lovelace/yaml-mode.markdown +++ b/source/lovelace/yaml-mode.markdown @@ -96,3 +96,5 @@ Your previously customized Lovelace UI won't be modifiable anymore and won't fol - 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. + +To revert to using the UI to edit Lovelace, remove the `configuration.yaml` Lovelace entry and copy your `lovelace.yaml` content back into the raw config section of Home Assiatant and restart. From 7ad24ebb0990b13122b9cecf983331186f65d370 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 16 Oct 2019 23:14:03 +0200 Subject: [PATCH 2/2] :pencil2: Tweaks --- source/lovelace/yaml-mode.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lovelace/yaml-mode.markdown b/source/lovelace/yaml-mode.markdown index f8367645a1e..e05d2ecb584 100644 --- a/source/lovelace/yaml-mode.markdown +++ b/source/lovelace/yaml-mode.markdown @@ -97,4 +97,4 @@ Your previously customized Lovelace UI won't be modifiable anymore and won't fol 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. -To revert to using the UI to edit Lovelace, remove the `configuration.yaml` Lovelace entry and copy your `lovelace.yaml` content back into the raw config section of Home Assiatant and restart. +To revert back to using the UI to edit your Lovelace interface, remove the `lovelace` sections from your `configuration.yaml` and copy the contents of your `ui-lovelace.yaml` into the raw config section of Home Assistant and restart.