Update Blueprint

This commit is contained in:
2025-11-03 17:44:47 +01:00
parent 2782d934cc
commit aea8f3602d

View File

@@ -24,9 +24,11 @@ blueprint:
name: Disabled when on name: Disabled when on
description: "The motion activation is disabled when one of these lights is on." description: "The motion activation is disabled when one of these lights is on."
selector: selector:
target:
entity: entity:
filter:
domain: light domain: light
multiple: true
default: []
no_motion_wait: no_motion_wait:
name: Wait time name: Wait time
description: Time to leave the light on after last motion is detected. description: Time to leave the light on after last motion is detected.
@@ -69,7 +71,7 @@ conditions:
entity_id: !input lux_entity entity_id: !input lux_entity
below: 5 below: 5
- condition: state - condition: state
entity_id: !disabled_when_on entity_id: !input disabled_when_on
state: "off" state: "off"
actions: actions: