From 066b4c9af28ae6dadc0fe3b51a68e6a81768f006 Mon Sep 17 00:00:00 2001 From: CeeWeasel Date: Thu, 24 Jul 2025 16:40:10 -0400 Subject: [PATCH] Why didn't these get included? --- automations/people/Clint/Clint_in_bed.yaml | 4 ++-- .../rooms/great_room/great_room_projector.yaml | 12 ++++++------ .../rooms/master_bedroom/master_bedroom_status.yaml | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automations/people/Clint/Clint_in_bed.yaml b/automations/people/Clint/Clint_in_bed.yaml index 595fe1c..85248e3 100644 --- a/automations/people/Clint/Clint_in_bed.yaml +++ b/automations/people/Clint/Clint_in_bed.yaml @@ -5,7 +5,7 @@ id: automation_clint_in_bed trigger: # Bed in master bedroom is occupied - platform: state - entity_id: binary_sensor.bed_presence_c175a4_bed_occupied_right + entity_id: binary_sensor.bed_presence_c175a4_bed_occupied_either to: 'on' # Radio playing - platform: state @@ -63,7 +63,7 @@ condition: - alias: "The bed is occupied" condition: state - entity_id: input_boolean.master_bed_occupied + entity_id: binary_sensor.bed_presence_c175a4_bed_occupied_either state: 'on' action: - service: input_boolean.turn_on diff --git a/automations/rooms/great_room/great_room_projector.yaml b/automations/rooms/great_room/great_room_projector.yaml index a9f8f3f..b90aaab 100644 --- a/automations/rooms/great_room/great_room_projector.yaml +++ b/automations/rooms/great_room/great_room_projector.yaml @@ -49,9 +49,9 @@ action: # entity_id: switch.shelly_projector - alias: "Roku idle or unused, turn off projector" conditions: - - condition: state - entity_id: switch.shelly_projector - state: 'on' + # - condition: state + # entity_id: switch.shelly_projector + # state: 'on' - condition: or conditions: - condition: trigger @@ -59,9 +59,9 @@ action: - condition: trigger id: home_fifteen_min sequence: - - service: switch.turn_off - target: - entity_id: switch.shelly_projector + # - service: switch.turn_off + # target: + # entity_id: switch.shelly_projector - service: input_boolean.turn_off data: {} target: diff --git a/automations/rooms/master_bedroom/master_bedroom_status.yaml b/automations/rooms/master_bedroom/master_bedroom_status.yaml index 76f241b..56fa6d5 100644 --- a/automations/rooms/master_bedroom/master_bedroom_status.yaml +++ b/automations/rooms/master_bedroom/master_bedroom_status.yaml @@ -150,6 +150,6 @@ action: target: entity_id: input_select.master_bedroom_mode - # From Master Bedroom Asleep - - service: input_boolean.turn_on - entity_id: input_boolean.master_bedroom_asleep + # From Master Bedroom Asleep + - service: input_boolean.turn_on + entity_id: input_boolean.master_bedroom_asleep