various tidyups
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
#:########################################################################################:#
|
||||
# Package: Central Stairway Two-Way Synchronization
|
||||
# File: Lighting_2Way_Sync/central_stairway_2way_sync.yaml
|
||||
# Version: v1.1.0
|
||||
# Date: 2026-07-22
|
||||
#
|
||||
# Purpose:
|
||||
# Keeps the upper and lower controls for the main stair lights and stair footer
|
||||
# lights synchronized through Home Assistant.
|
||||
#
|
||||
# Behaviour:
|
||||
# - Synchronizes each two-member relay pair in both directions.
|
||||
# - Synchronizes state after Home Assistant starts, following a five-second delay.
|
||||
# - Leaves direct device-level MQTT synchronization to the ESPHome devices.
|
||||
#
|
||||
# Dependency:
|
||||
# - Blueprint: zorruno/two_three_way_sync.yaml
|
||||
#
|
||||
# Version History:
|
||||
# - v1.1.0 (2026-07-22): Removed the superseded lounge-middle relay and retained
|
||||
# two active relays in each synchronization pair.
|
||||
# - v1.0.0 (2026-06-22): Initial central stairway synchronization package.
|
||||
#:########################################################################################:#
|
||||
|
||||
automation:
|
||||
# Stair Lights Top
|
||||
- id: stair_lights_top_2way_sync
|
||||
|
||||
@@ -1,3 +1,24 @@
|
||||
#:########################################################################################:#
|
||||
# Package: Garage Lighting Two-Way Synchronization
|
||||
# File: Lighting_2Way_Sync/garage_lights_2way_sync.yaml
|
||||
# Version: v1.0.0
|
||||
# Date: 2026-06-22
|
||||
#
|
||||
# Purpose:
|
||||
# Keeps the paired controls for the garage-entry corridor/outside lighting and
|
||||
# the internal garage lighting synchronized through Home Assistant.
|
||||
#
|
||||
# Behaviour:
|
||||
# - Synchronizes each two-member relay pair in both directions.
|
||||
# - Synchronizes state after Home Assistant starts, following a five-second delay.
|
||||
#
|
||||
# Dependency:
|
||||
# - Blueprint: zorruno/two_three_way_sync.yaml
|
||||
#
|
||||
# Version History:
|
||||
# - v1.0.0 (2026-06-22): Initial garage lighting synchronization package.
|
||||
#:########################################################################################:#
|
||||
|
||||
automation:
|
||||
# Two lights and two switches for these corridor lights
|
||||
- id: garage_entry_outside_2way_sync
|
||||
|
||||
Reference in New Issue
Block a user