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
@@ -8,13 +8,13 @@ trigger:
- platform: state
entity_id: input_boolean.great_room_occupied
to: 'off'
to: "off"
- platform: state
id: light_level
entity_id: binary_sensor.great_room_naturally_lit
from: 'off'
to: 'on'
from: "off"
to: "on"
#- platform: time_pattern
# minutes: "/5"
@@ -24,56 +24,56 @@ condition:
conditions:
- condition: state
entity_id: input_select.great_room_mode
state: 'Off'
state: "Off"
- condition: state
entity_id: input_boolean.great_room_occupied
state: 'off'
state: "off"
- condition: state
entity_id: input_boolean.great_room_light_cycle
state: 'off'
state: "off"
action:
- choose:
- conditions:
- condition: state
entity_id: input_boolean.lighting_automations
state: 'on'
- condition: or
conditions:
- conditions:
- condition: state
entity_id: input_select.great_room_mode
state: 'Off'
- condition: state
entity_id: input_boolean.great_room_occupied
state: 'off'
- condition: not
conditions:
- condition: state
entity_id: input_select.great_room_mode
state: 'Manual'
sequence:
- service: scene.turn_on
data:
transition: 5
target:
entity_id: scene.great_room_hue_off
# - service: light.turn_off
# target:
# entity_id: light.basement_2, light.basement_3, light.basement_4, light.basement_5
- choose:
- conditions:
- condition: state
entity_id: light.computer_area_hue
state: 'off'
- condition: state
entity_id: input_boolean.guest_mode
state: 'on'
sequence:
- alias: "Turn off z-wave switch since all lights are off"
service: homeassistant.turn_off
target:
entity_id: switch.great_room_motion_switch
entity_id: input_boolean.lighting_automations
state: "on"
- condition: or
conditions:
- condition: state
entity_id: input_select.great_room_mode
state: "Off"
- condition: state
entity_id: input_boolean.great_room_occupied
state: "off"
- condition: not
conditions:
- condition: state
entity_id: input_select.great_room_mode
state: "Manual"
sequence:
- action: scene.turn_on
data:
transition: 5
target:
entity_id: scene.great_room_hue_off
# - action: light.turn_off
# target:
# entity_id: light.basement_2, light.basement_3, light.basement_4, light.basement_5
- choose:
- conditions:
- condition: state
entity_id: light.computer_area_hue
state: "off"
- condition: state
entity_id: input_boolean.guest_mode
state: "on"
sequence:
- alias: "Turn off z-wave switch since all lights are off"
action: homeassistant.turn_off
target:
entity_id: switch.great_room_motion_switch
default:
- service: light.turn_off
- action: light.turn_off
target:
entity_id: light.great_room_hue