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:
rpitera 2020-01-30 06:12:18 -05:00 committed by GitHub
parent 8e32ba841a
commit ca9689747b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ views:
type: string type: string
badges: badges:
required: false 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 type: list
cards: cards:
required: false required: false
@ -144,7 +144,7 @@ views:
## Panel ## 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 #### Example