From 61610bcd8b5d7aedc43ace40ab12b7723c4c4a35 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 23 Oct 2022 19:47:22 -0400 Subject: [PATCH] Improved logic for shutting off upstairs bathroom motion lights #54 --- node-red/projects/NerdFlows | 2 +- packages/lighting.yaml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/node-red/projects/NerdFlows b/node-red/projects/NerdFlows index bbd8e56..292c665 160000 --- a/node-red/projects/NerdFlows +++ b/node-red/projects/NerdFlows @@ -1 +1 @@ -Subproject commit bbd8e5652c096fc4620ed8dad74f96230200c5a9 +Subproject commit 292c665899f15cd3ad2eb234e44f9f9555e15f49 diff --git a/packages/lighting.yaml b/packages/lighting.yaml index 3eaf579..b6b812b 100644 --- a/packages/lighting.yaml +++ b/packages/lighting.yaml @@ -18,6 +18,15 @@ input_boolean: name: Delivery Mode icon: mdi:pizza +input_number: + upstairs_bathroom_motion_off_delay: + name: Upstairs Bathroom Motion Off Delay + min: 0 + max: 15 + step: 1 + unit_of_measurement: minutes + icon: mdi:timer + input_select: living_room_scenes: name: Living Room Scenes