From db797550e065d40abeb774e35a14b63ec2c806e2 Mon Sep 17 00:00:00 2001 From: rpitera Date: Thu, 13 Sep 2018 09:11:32 -0400 Subject: [PATCH] Clarify conditional card docs (#6266) Clarify that conditions are processed as an 'and' condition, not an 'and/or' when using multiple entity conditions. --- source/_lovelace/conditional.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_lovelace/conditional.markdown b/source/_lovelace/conditional.markdown index 4bf17345887..d2f7f881315 100644 --- a/source/_lovelace/conditional.markdown +++ b/source/_lovelace/conditional.markdown @@ -42,6 +42,8 @@ card: *one is required (`state` or `state_not`) +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. + ### {% linkable_title Examples %} ```yaml