Improved logic for shutting off upstairs bathroom motion lights #54
This commit is contained in:
Submodule node-red/projects/NerdFlows updated: bbd8e5652c...292c665899
@ -18,6 +18,15 @@ input_boolean:
|
|||||||
name: Delivery Mode
|
name: Delivery Mode
|
||||||
icon: mdi:pizza
|
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:
|
input_select:
|
||||||
living_room_scenes:
|
living_room_scenes:
|
||||||
name: Living Room Scenes
|
name: Living Room Scenes
|
||||||
|
Reference in New Issue
Block a user