Add window rooms template

This commit is contained in:
2026-07-26 10:56:43 +01:00
parent 09db152a61
commit a48020c985
2 changed files with 181 additions and 1 deletions
+5 -1
View File
@@ -87,7 +87,11 @@ action:
occupied: "{{ is_state(occupancy_entity, 'on') }}"
- choose:
# Case 1: Manual physical switch flipped
# Case 1: Manual physical switch flipped (either direction).
# The Shelly's edge input mode has already flipped the relay locally -
# HA must NOT issue a light.turn_on/off here, or it will fight the
# person's manual action. We only start the override timer so that
# occupancy/lux logic stays out of the way for the configured window.
- conditions:
- condition: template
value_template: "{{ trigger.id == 'manual_switch' }}"