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
@@ -1,4 +1,4 @@
alias: 'Garage Not Occupied'
alias: "Garage Not Occupied"
id: automation_garage_not_occupied
mode: restart
@@ -8,66 +8,65 @@ trigger:
- binary_sensor.garage_occupied
- binary_sensor.walkway_person_occupancy
- binary_sensor.workshop_person_occupancy
to: 'off'
for: '00:05:00'
to: "off"
for: "00:05:00"
condition:
- condition: state
entity_id: input_boolean.lights_off_manually
state: 'off'
state: "off"
- condition: state
entity_id: input_boolean.garage_occupied
state: 'on'
state: "on"
- condition: state
entity_id: binary_sensor.garage_occupied
state: 'off'
state: "off"
action:
- repeat:
sequence:
- choose:
- conditions:
- condition: state
entity_id: binary_sensor.garage_occupied
state: 'off'
for: '00:01:00'
- condition: or
conditions:
- condition: state
entity_id: input_select.house
state: 'Bachelor'
- condition: state
entity_id: input_boolean.kids_asleep
state: 'on'
sequence:
- service: homeassistant.turn_off
entity_id: input_boolean.garage_occupied
- conditions:
- condition: state
entity_id: binary_sensor.garage_occupied
state: 'off'
for: '00:05:00'
- condition: or
conditions:
- condition: state
entity_id: input_select.house
state: 'Auto'
- condition: state
entity_id: input_select.house
state: 'Dad'
sequence:
- service: homeassistant.turn_off
entity_id: input_boolean.garage_occupied
- conditions:
- condition: state
entity_id: binary_sensor.garage_naturally_lit
state: 'on'
for: '00:00:10'
- conditions:
- condition: state
entity_id: binary_sensor.garage_occupied
state: "off"
for: "00:01:00"
- condition: or
conditions:
- condition: state
entity_id: input_select.house
state: "Bachelor"
- condition: state
entity_id: input_boolean.kids_asleep
state: "on"
sequence:
- action: homeassistant.turn_off
entity_id: input_boolean.garage_occupied
- conditions:
- condition: state
entity_id: binary_sensor.garage_occupied
state: "off"
for: "00:05:00"
- condition: or
conditions:
- condition: state
entity_id: input_select.house
state: "Auto"
- condition: state
entity_id: input_select.house
state: "Dad"
sequence:
- action: homeassistant.turn_off
entity_id: input_boolean.garage_occupied
- conditions:
- condition: state
entity_id: binary_sensor.garage_naturally_lit
state: "on"
for: "00:00:10"
sequence:
- service: homeassistant.turn_off
entity_id: input_boolean.garage_occupied
sequence:
- action: homeassistant.turn_off
entity_id: input_boolean.garage_occupied
- delay:
minutes: 5
@@ -75,4 +74,4 @@ action:
until:
- condition: state
entity_id: input_boolean.garage_occupied
state: 'off'
state: "off"