mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-29 12:17:01 +00:00
Update single card restriction (#25841)
This commit is contained in:
parent
fd2f144378
commit
5da3176894
@ -2,10 +2,10 @@
|
|||||||
type: view
|
type: view
|
||||||
title: Panel View
|
title: Panel View
|
||||||
sidebar_label: Panel
|
sidebar_label: Panel
|
||||||
description: "The panel view shows 1 card in the fullwidth of the screen."
|
description: "The panel view shows a single card in the full width of the screen."
|
||||||
---
|
---
|
||||||
|
|
||||||
In this view the first card is rendered full-width, other cards in the view will not be rendered.
|
The view must have exactly one card. This card is rendered full-width.
|
||||||
|
|
||||||
This view doesn't have support for badges.
|
This view doesn't have support for badges.
|
||||||
|
|
||||||
@ -16,4 +16,4 @@ type:
|
|||||||
required: true
|
required: true
|
||||||
description: "`panel`"
|
description: "`panel`"
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user