Clarify conditional card docs (#6266)

Clarify that conditions are processed as an 'and' condition, not an 'and/or' when using multiple entity conditions.
This commit is contained in:
rpitera 2018-09-13 09:11:32 -04:00 committed by Fabian Affolter
parent 2aba5d54d0
commit db797550e0

View File

@ -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