From 00025373a00acf38161619287a1c0615e6eb4811 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Wed, 12 Dec 2018 20:11:33 -0500 Subject: [PATCH] Revert "Update 0.84 release notes (#7818)" (#7819) This reverts commit 90cafd9b98369dbab58dd9efb0f860d62cf6c7ab. --- source/_posts/2018-12-12-release-84.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2018-12-12-release-84.markdown b/source/_posts/2018-12-12-release-84.markdown index d9f18da7555..c5e85954777 100644 --- a/source/_posts/2018-12-12-release-84.markdown +++ b/source/_posts/2018-12-12-release-84.markdown @@ -39,7 +39,7 @@ So if you were using Lovelace before 0.84, you now have two options. Option one If you want to continue managing a YAML file, [check here how to enable the YAML mode](/lovelace/yaml-mode/). The file `ui-lovelace.yaml` will now follow the same options as `configuration.yaml`. This means that the Lovelace YAML config is now parsed with YAML 1.1 instead of YAML 1.2. Major change is that you need to make sure that you wrap `on` and `off` with quotes in your configs! -We have also aligned the configuration of all the cards, causing breaking changes. Changes are especially focused around how we define actions for short and long presses. See [the docs](/lovelace/changelog/) for more info. +We have also aligned the configuration of all the cards, causing breaking changes. Changes are especially focused around how we define actions for short and long presses. See [the docs][/lovelace/] for more info. Editor UI is now further processed. You can manage your Lovelace UI without leaving your browser! It is possible to add, edit and delete views. It is possible to add, edit, move and delete cards, including custom cards!