blue_room to boys_room

This commit is contained in:
CeeWeasel
2025-10-10 20:24:52 -04:00
parent 10e297961b
commit 5b688e7c78
382 changed files with 8674 additions and 8739 deletions
@@ -5,7 +5,7 @@ mode: restart
trigger:
- platform: state
entity_id: input_boolean.garage_occupied
to: 'off'
to: "off"
- platform: state
entity_id:
@@ -14,22 +14,22 @@ trigger:
- binary_sensor.garage_door
- binary_sensor.outer_garage_door_contact
- binary_sensor.inner_garage_door_contact
to: 'off'
for: '00:10:00'
to: "off"
for: "00:10:00"
- platform: state
entity_id: binary_sensor.garage_naturally_lit
from: 'off'
to: 'on'
from: "off"
to: "on"
condition:
- condition: state
entity_id: input_boolean.lighting_automations
state: 'on'
state: "on"
- condition: state
entity_id: light.garage_overhead
state: 'on'
state: "on"
- condition: state
entity_id:
@@ -38,9 +38,9 @@ condition:
# - binary_sensor.outer_garage_door
#- binary_sensor.garage_door
- input_boolean.garage_occupied
state: 'off'
state: "off"
action:
- service: light.turn_off
- action: light.turn_off
data:
entity_id: light.garage_overhead
entity_id: light.garage_overhead