mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Lovelace: Make cards[] optional in a view (#5823)
This commit is contained in:
parent
4dbb5c2df3
commit
9a760cef35
@ -26,14 +26,14 @@ views:
|
||||
required: true
|
||||
description: The title or name.
|
||||
type: string
|
||||
cards:
|
||||
required: true
|
||||
description: Cards to display in this view.
|
||||
type: list
|
||||
badges:
|
||||
required: false
|
||||
description: List of entities IDs to display as badge.
|
||||
type: list
|
||||
cards:
|
||||
required: false
|
||||
description: Cards to display in this view.
|
||||
type: list
|
||||
id:
|
||||
required: false
|
||||
description: IDs are used in the URL, more info below.
|
||||
|
Loading…
x
Reference in New Issue
Block a user