mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 01:46:50 +00:00
Update yaml-mode.markdown (#7796)
This commit is contained in:
parent
2dc8df1dad
commit
874c461d9f
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user