From 65ad89ad8881bf50e62f0ac405c31e64d81da0cb Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Fri, 17 May 2024 08:19:43 +0200 Subject: [PATCH] Blueprint tutorial: Fix YAML example (#32806) --- source/_docs/blueprint/tutorial.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/_docs/blueprint/tutorial.markdown b/source/_docs/blueprint/tutorial.markdown index aa4e3f39f1b..6f988e5465c 100644 --- a/source/_docs/blueprint/tutorial.markdown +++ b/source/_docs/blueprint/tutorial.markdown @@ -202,8 +202,7 @@ blueprint: selector: target: entity: - filter: - - domain: light + - domain: light ``` By limiting our blueprint to working with lights and motion sensors, we unlock a couple of benefits: the UI will be able to limit suggested values to lights and motion sensors instead of all devices. It will also allow the user to pick an area to control the lights in. @@ -234,8 +233,7 @@ blueprint: selector: target: entity: - filter: - - domain: light + - domain: light trigger: - platform: state