From ee026c097e6e9a9a48553d00fd4b82aed92ad289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Uhl=C3=ADk?= Date: Sun, 5 Jan 2025 12:38:53 +0100 Subject: [PATCH] Fix AND logic for selector filters (#36732) --- source/_docs/blueprint/tutorial.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/blueprint/tutorial.markdown b/source/_docs/blueprint/tutorial.markdown index f949fd135dd..44c9dca2483 100644 --- a/source/_docs/blueprint/tutorial.markdown +++ b/source/_docs/blueprint/tutorial.markdown @@ -193,7 +193,7 @@ blueprint: entity: filter: - domain: binary_sensor - - device_class: motion + device_class: motion target_light: name: Lights description: The lights to keep in sync. @@ -224,7 +224,7 @@ blueprint: entity: filter: - domain: binary_sensor - - device_class: motion + device_class: motion target_light: name: Lights description: The lights to keep in sync.