From f9b7ac9c3ea3f1b7898940fafc3b39989e1c0f15 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 9 Oct 2024 22:01:17 -0700 Subject: [PATCH] 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: https://github.com/home-assistant/frontend/blob/23a33b10a1027dc58df50472eb23d277b1b508fb/src/panels/lovelace/common/validate-condition.ts#L169 --- source/_dashboards/entity-filter.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_dashboards/entity-filter.markdown b/source/_dashboards/entity-filter.markdown index 64b57545829..cbee335116c 100644 --- a/source/_dashboards/entity-filter.markdown +++ b/source/_dashboards/entity-filter.markdown @@ -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