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,65 +1,64 @@
alias: 'Great Room Not Occupied'
alias: "Great Room Not Occupied"
id: automation_great_room_not_occupied
mode: restart
trigger:
- platform: state
entity_id: input_boolean.home_occupied
from: 'on'
to: 'off'
from: "on"
to: "off"
- platform: state
entity_id:
- input_boolean.home_occupied
- binary_sensor.great_room_occupied
to: 'off'
for: '00:15:00'
to: "off"
for: "00:15:00"
# - platform: time_pattern
# minutes: "/5"
condition:
- condition: state
entity_id: input_boolean.lights_off_manually
state: 'off'
state: "off"
- condition: state
entity_id: input_boolean.great_room_occupied
state: 'on'
state: "on"
- condition: or
conditions:
- condition: state
entity_id: input_boolean.home_occupied
state: 'off'
state: "off"
- condition: and
conditions:
- condition: state
entity_id: binary_sensor.great_room_person_occupancy
state: 'off'
state: "off"
for:
minutes: 15
- condition: state
entity_id: binary_sensor.great_room_occupied
state: 'off'
state: "off"
for:
minutes: 15
action:
- choose:
- conditions:
- condition: state
entity_id: input_boolean.home_occupied
state: 'off'
sequence:
- service: homeassistant.turn_off
entity_id: input_boolean.great_room_occupied
- conditions:
- condition: not
conditions:
- condition: state
entity_id: input_select.house
state: 'Manual'
sequence:
- service: homeassistant.turn_off
entity_id: input_boolean.great_room_occupied
- conditions:
- condition: state
entity_id: input_boolean.home_occupied
state: "off"
sequence:
- action: homeassistant.turn_off
entity_id: input_boolean.great_room_occupied
- conditions:
- condition: not
conditions:
- condition: state
entity_id: input_select.house
state: "Manual"
sequence:
- action: homeassistant.turn_off
entity_id: input_boolean.great_room_occupied