From ca9689747b4c030c07ec6d18ffd9ed4a06dc3972 Mon Sep 17 00:00:00 2001 From: rpitera Date: Thu, 30 Jan 2020 06:12:18 -0500 Subject: [PATCH] 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 Co-authored-by: Klaas Schoute --- source/lovelace/views.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lovelace/views.markdown b/source/lovelace/views.markdown index ff5e4e451c8..2b73b35b912 100644 --- a/source/lovelace/views.markdown +++ b/source/lovelace/views.markdown @@ -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