mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Correct entity-filter.markdown (#35163)
The entity filter card uses the common checkConditionsMet()
function to evaluate conditions. That function only returns true
if every condition is met, not if any one condition is met:
23a33b10a1/src/panels/lovelace/common/validate-condition.ts (L169)
This commit is contained in:
parent
de63504ea6
commit
f9b7ac9c3e
@ -95,7 +95,7 @@ state_filter:
|
||||
|
||||
## Conditions options
|
||||
|
||||
You can specify multiple `conditions`, in which case the entity will be displayed if it matches any condition.
|
||||
You can specify multiple `conditions`, in which case the entity will be displayed if it matches every condition.
|
||||
|
||||
### State
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user