mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 17:18:58 +00:00
462 B
462 B
type, title, sidebar_label, description
type | title | sidebar_label | description |
---|---|---|---|
view | Panel View | Panel | The panel view shows 1 card in the fullwidth of the screen. |
In this view the first card is rendered full-width, other cards in the view will not be rendered.
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 %}