From e7b517fce86292c080a994424adaf1ad942acc09 Mon Sep 17 00:00:00 2001 From: iridris Date: Sat, 7 Oct 2023 13:06:03 -0400 Subject: [PATCH] Add note about conditional card always showing while editing dashboard (#29224) Co-authored-by: Franck Nijhof --- source/_dashboards/conditional.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_dashboards/conditional.markdown b/source/_dashboards/conditional.markdown index a678400f644..d96fab1fbcf 100644 --- a/source/_dashboards/conditional.markdown +++ b/source/_dashboards/conditional.markdown @@ -9,7 +9,7 @@ The Conditional card displays another card based on entity states. Note: Conditions with more than one entity are treated as an 'and' condition. This means that for the card to show, *all* entities must meet the state requirements set. -To add the Conditional card to your user interface, click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. Click the **Add Card** button in the bottom right corner and select from the card picker. +To add the Conditional card to your user interface, click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. Click the **Add Card** button in the bottom right corner and select from the card picker. Note that while editing the dashboard, the card will always be shown, so be sure to exit editing mode to test the conditions. All options for this card can be configured via the user interface.