From 874c461d9ffb0ea60801a32bc19f81cf24d3434d Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Mon, 10 Dec 2018 20:41:56 +0100 Subject: [PATCH] Update yaml-mode.markdown (#7796) --- source/lovelace/yaml-mode.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/lovelace/yaml-mode.markdown b/source/lovelace/yaml-mode.markdown index eaff16c8035..c9f67bb0c52 100644 --- a/source/lovelace/yaml-mode.markdown +++ b/source/lovelace/yaml-mode.markdown @@ -25,8 +25,6 @@ title: My Awesome Home views: # View tab title. - title: Example - panel: true - # Makes the first card fill the view cards: # The markdown card will render markdown text. - type: markdown @@ -54,8 +52,8 @@ excluded_entities: views: # View tab title. - title: Example - # Unique id for direct access /lovelace/${id} and editing it from the UI. - id: example + # Unique path for direct access /lovelace/${path} + path: example # Optional background (overwrites the global background). background: radial-gradient(crimson, skyblue) # Each view can have a different theme applied. Theme should be defined in the frontend.