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
+36 -36
View File
@@ -10,60 +10,60 @@ trigger:
- input_boolean.clint_is_awake
- input_boolean.kristy_is_awake
- input_boolean.guest_is_awake
to: 'off'
to: "off"
action:
- choose:
- conditions:
- condition: or
conditions:
- condition: and
conditions:
- condition: state
entity_id: input_boolean.clint_is_awake
state: 'off'
- condition: state
entity_id: input_boolean.clint_home
state: 'on'
- condition: and
conditions:
- condition: state
entity_id: input_boolean.kristy_is_awake
state: 'off'
- condition: state
entity_id: input_boolean.kristy_home
state: 'on'
- condition: and
conditions:
- condition: state
entity_id: input_boolean.guest_is_awake
state: 'off'
- condition: state
entity_id: input_boolean.guest_home
state: 'on'
- condition: and
conditions:
- condition: state
entity_id: input_boolean.clint_is_awake
state: "off"
- condition: state
entity_id: input_boolean.clint_home
state: "on"
- condition: and
conditions:
- condition: state
entity_id: input_boolean.kristy_is_awake
state: "off"
- condition: state
entity_id: input_boolean.kristy_home
state: "on"
- condition: and
conditions:
- condition: state
entity_id: input_boolean.guest_is_awake
state: "off"
- condition: state
entity_id: input_boolean.guest_home
state: "on"
sequence:
- service: input_boolean.turn_on
- action: input_boolean.turn_on
data:
entity_id:
- input_boolean.asleep
- input_boolean.teens_asleep
- input_boolean.kids_asleep
- service: input_select.select_option
- action: input_select.select_option
target:
entity_id: input_select.master_bedroom_mode
data:
option: Nightlight
- choose:
- conditions:
- condition: state
entity_id: binary_sensor.patio_door_contact
state: 'off'
sequence:
- service: lock.lock
target:
entity_id: lock.patio_door
- conditions:
- condition: state
entity_id: binary_sensor.patio_door_contact
state: "off"
sequence:
- action: lock.lock
target:
entity_id: lock.patio_door
default:
- service: input_boolean.turn_off
- action: input_boolean.turn_off
data:
entity_id: input_boolean.asleep