From c25970553e9e1e4e60f79d4266f64977c8daa82f Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 12 Aug 2021 00:38:41 +0200 Subject: [PATCH] Update mode scripts add new living room cover to automations turn off ac when leaving home turn off printer when going to sleep or leave home --- scripts/10.modes.yaml | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/scripts/10.modes.yaml b/scripts/10.modes.yaml index e7bba34..4996962 100644 --- a/scripts/10.modes.yaml +++ b/scripts/10.modes.yaml @@ -28,7 +28,9 @@ good_night: - light.hallway_lightstrip - light.computer_computer_cave_background - service: switch.turn_off - entity_id: switch.desk_motor_on_off + entity_id: + - switch.desk_motor_on_off + - switch.printer_switch - service: switch.turn_on entity_id: switch.mute_doorbell - service: input_boolean.turn_off @@ -39,11 +41,10 @@ good_night: data: addon: core_samba - service: cover.close_cover - target: - entity_id: cover.bedroom_blinds - - service: cover.close_cover - target: - entity_id: cover.computer_cave_blinds + entity_id: + - cover.bedroom_blinds + - cover.computer_cave_blinds + - cover.living_room_blind - service: lock.lock target: entity_id: lock.front_door_25f246fe_door_lock @@ -58,11 +59,10 @@ good_morning: alias: Good Morning sequence: - service: cover.open_cover - target: - entity_id: cover.bedroom_blinds - - service: cover.open_cover - target: - entity_id: cover.computer_cave_blinds + entity_id: + - cover.bedroom_blinds + - cover.computer_cave_blinds + - cover.living_room_blind - service: alarm_control_panel.alarm_disarm entity_id: alarm_control_panel.ha_alarm - service: input_select.select_option @@ -113,7 +113,9 @@ leave_home: - switch.monitor_1_state - switch.monitor_2_state - service: switch.turn_off - entity_id: switch.desk_motor_on_off + entity_id: + - switch.desk_motor_on_off + - switch.printer_switch - service: script.pc_sleep - service: lock.lock target: @@ -122,6 +124,9 @@ leave_home: - service: climate.turn_off target: entity_id: climate.ac + - service: climate.turn_off + target: + entity_id: climate.ac mode: single icon: mdi:home-export-outline