From aea8f3602d22cfbd46ef03c0b1548e8a67162e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kl=C3=BCter?= Date: Mon, 3 Nov 2025 17:44:47 +0100 Subject: [PATCH] Update Blueprint --- blueprints/lights/motion-activated-with-lux-sensor.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/blueprints/lights/motion-activated-with-lux-sensor.yml b/blueprints/lights/motion-activated-with-lux-sensor.yml index 86fb7f3..a3fe19a 100644 --- a/blueprints/lights/motion-activated-with-lux-sensor.yml +++ b/blueprints/lights/motion-activated-with-lux-sensor.yml @@ -24,9 +24,11 @@ blueprint: name: Disabled when on description: "The motion activation is disabled when one of these lights is on." selector: - target: - entity: + entity: + filter: domain: light + multiple: true + default: [] no_motion_wait: name: Wait time description: Time to leave the light on after last motion is detected. @@ -69,7 +71,7 @@ conditions: entity_id: !input lux_entity below: 5 - condition: state - entity_id: !disabled_when_on + entity_id: !input disabled_when_on state: "off" actions: