home-assistant.io/source/_lovelace/markdown.markdown
2019-02-14 13:09:06 +01:00

967 B

layout, title, sidebar_label, description, date, sidebar, comments, sharing, footer
layout title sidebar_label description date sidebar comments sharing footer
page Markdown Card Markdown Markdown card is used to render markdown 2018-07-01 10:28 +00:00 true false true true

Markdown card is used to render markdown.

Screenshot of the markdown card Screenshot of the markdown card.

{% configuration %} type: required: true description: markdown type: string content: required: true description: "Content to render as markdown." type: string title: required: false description: The card title. type: string default: none {% endconfiguration %}

{% linkable_title Example %}

type: markdown
content: >
  ## Lovelace

  Starting with Home Assistant 0.72, we're experimenting with a new way of defining your interface. We're calling it the **Lovelace UI**.