various tidyups
This commit is contained in:
@@ -1,28 +1,24 @@
|
||||
#:########################################################################################:#
|
||||
# TITLE: UNDERHOUSE STORAGE LIGHTS AUTO LIGHTS PACKAGE
|
||||
#:########################################################################################:#
|
||||
# DESCRIPTION:
|
||||
# Package: Underhouse Storage Lights
|
||||
# File: auto_lights_underhouse_storage.yaml
|
||||
# Version: v1.1.0
|
||||
# Date: 2026-06-14
|
||||
#
|
||||
# Purpose:
|
||||
# Replaces the Node-RED automation for the underhouse storage lights.
|
||||
# Doors, PIR sensors, a remote switch, and local relay changes can start or
|
||||
# extend the storage lighting timer.
|
||||
#
|
||||
# VERSION:
|
||||
# V1.1 2026-06-14
|
||||
# - Door-open trigger now watches each real door contact individually.
|
||||
# - This means any door changing from closed to open turns the lights on
|
||||
# immediately, even if another door is already open.
|
||||
# - All doors closed now turns the lights off immediately.
|
||||
# - PIR occupancy can still start/restart the motion timer after that.
|
||||
# Behaviour:
|
||||
# - Individual door-open triggers turn lights on immediately.
|
||||
# - All doors closed turns lights off immediately.
|
||||
# - PIR occupancy can start/restart the motion timer.
|
||||
# - Remote switch press starts or extends the light timer.
|
||||
#
|
||||
# V1.0 2026-05-12
|
||||
# - Initial Home Assistant package version.
|
||||
#
|
||||
# EDIT NOTES:
|
||||
# - Add future door contacts in all places marked FUTURE DOOR.
|
||||
# - Add future PIR sensors in the PIR group marked FUTURE PIR.
|
||||
# - The generated group entities used below should be:
|
||||
# binary_sensor.underhouse_storage_door_contacts
|
||||
# binary_sensor.underhouse_storage_pir_presence
|
||||
# Version History:
|
||||
# - v1.1.0 (2026-06-14): Door-open trigger now watches each real door contact
|
||||
# individually; all doors closed turns lights off immediately.
|
||||
# - v1.0.0 (2026-05-12): Initial Home Assistant package version.
|
||||
#:########################################################################################:#
|
||||
|
||||
binary_sensor:
|
||||
@@ -112,8 +108,7 @@ automation:
|
||||
entity_id:
|
||||
- binary_sensor.underhouse_stealth_door_x07rs_contact
|
||||
- binary_sensor.underhouse_north_door_door
|
||||
# FUTURE DOOR: replace this with the actual third underhouse storage door contact.
|
||||
#- binary_sensor.underhouse_future_door_contact
|
||||
- binary_sensor.under_house_underhouse_east_stealth_door_door
|
||||
from: "off"
|
||||
to: "on"
|
||||
|
||||
@@ -213,8 +208,7 @@ automation:
|
||||
entity_id:
|
||||
- binary_sensor.underhouse_stealth_door_x07rs_contact
|
||||
- binary_sensor.underhouse_north_door_door
|
||||
# FUTURE DOOR: replace this with the actual third underhouse storage door contact.
|
||||
#- binary_sensor.underhouse_future_door_contact
|
||||
- binary_sensor.under_house_underhouse_east_stealth_door_door
|
||||
from: "on"
|
||||
to: "off"
|
||||
action:
|
||||
|
||||
Reference in New Issue
Block a user