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:
Ian 2024-10-09 22:01:17 -07:00 committed by GitHub
parent de63504ea6
commit f9b7ac9c3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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