Update yaml-mode.markdown (#7796)

This commit is contained in:
Bram Kragten 2018-12-10 20:41:56 +01:00 committed by Paulus Schoutsen
parent 2dc8df1dad
commit 874c461d9f

View File

@ -25,8 +25,6 @@ title: My Awesome Home
views: views:
# View tab title. # View tab title.
- title: Example - title: Example
panel: true
# Makes the first card fill the view
cards: cards:
# The markdown card will render markdown text. # The markdown card will render markdown text.
- type: markdown - type: markdown
@ -54,8 +52,8 @@ excluded_entities:
views: views:
# View tab title. # View tab title.
- title: Example - title: Example
# Unique id for direct access /lovelace/${id} and editing it from the UI. # Unique path for direct access /lovelace/${path}
id: example path: example
# Optional background (overwrites the global background). # Optional background (overwrites the global background).
background: radial-gradient(crimson, skyblue) background: radial-gradient(crimson, skyblue)
# Each view can have a different theme applied. Theme should be defined in the frontend. # Each view can have a different theme applied. Theme should be defined in the frontend.