mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 14:46:47 -06: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 %}