mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-07 19:48:59 +00:00

* Dashboards: apply sentence-style capitalization * Apply sentence-style capitalization, apply reuse * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Apply suggestions from code review * Add substep on dashboard control * Remove code fence from title - to focus on the topic of the content, rather than the code itself * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> --------- Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
443 B
443 B
type, title, sidebar_label, description
type | title | sidebar_label | description |
---|---|---|---|
view | Panel view | Panel | The panel view shows a single card in the full width of the screen. |
The view must have exactly one card. This card is rendered full-width.
This view doesn't have support for badges.
This view is good when using cards like map
, stack
or picture-elements
.
{% configuration %}
type:
required: true
description: "panel
"
type: string
{% endconfiguration %}