mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
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:
parent
2aba5d54d0
commit
db797550e0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user