mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add note to Badges regarding Panel mode (#11914)
* Add note to badges re: Panel mode Clarify that badges do not show when view is in panel mode. * Update source/lovelace/views.markdown Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com> Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
parent
8e32ba841a
commit
ca9689747b
@ -22,7 +22,7 @@ views:
|
||||
type: string
|
||||
badges:
|
||||
required: false
|
||||
description: List of entities IDs or `badge` objects to display as badges.
|
||||
description: List of entities IDs or `badge` objects to display as badges. Note that badges do not show when view is in panel mode.
|
||||
type: list
|
||||
cards:
|
||||
required: false
|
||||
@ -144,7 +144,7 @@ views:
|
||||
|
||||
## Panel
|
||||
|
||||
Setting panel true sets the view to panel mode. In this mode the first card is rendered full-width, other cards in the view will not be rendered. This mode is good when using cards like `map`, `stack` or `picture-elements`.
|
||||
Setting panel true sets the view to panel mode. In this mode the first card is rendered full-width, other cards in the view will not be rendered. This mode is good when using cards like `map`, `stack` or `picture-elements`. Note that badges will not appear in Panel Mode.
|
||||
|
||||
#### Example
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user