1
0

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
This commit is contained in:
Przemek Grondek 2021-08-12 00:38:41 +02:00
parent fe0e59e313
commit c25970553e

View File

@ -28,7 +28,9 @@ good_night:
- light.hallway_lightstrip - light.hallway_lightstrip
- light.computer_computer_cave_background - light.computer_computer_cave_background
- service: switch.turn_off - 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 - service: switch.turn_on
entity_id: switch.mute_doorbell entity_id: switch.mute_doorbell
- service: input_boolean.turn_off - service: input_boolean.turn_off
@ -39,11 +41,10 @@ good_night:
data: data:
addon: core_samba addon: core_samba
- service: cover.close_cover - service: cover.close_cover
target: entity_id:
entity_id: cover.bedroom_blinds - cover.bedroom_blinds
- service: cover.close_cover - cover.computer_cave_blinds
target: - cover.living_room_blind
entity_id: cover.computer_cave_blinds
- service: lock.lock - service: lock.lock
target: target:
entity_id: lock.front_door_25f246fe_door_lock entity_id: lock.front_door_25f246fe_door_lock
@ -58,11 +59,10 @@ good_morning:
alias: Good Morning alias: Good Morning
sequence: sequence:
- service: cover.open_cover - service: cover.open_cover
target: entity_id:
entity_id: cover.bedroom_blinds - cover.bedroom_blinds
- service: cover.open_cover - cover.computer_cave_blinds
target: - cover.living_room_blind
entity_id: cover.computer_cave_blinds
- service: alarm_control_panel.alarm_disarm - service: alarm_control_panel.alarm_disarm
entity_id: alarm_control_panel.ha_alarm entity_id: alarm_control_panel.ha_alarm
- service: input_select.select_option - service: input_select.select_option
@ -113,7 +113,9 @@ leave_home:
- switch.monitor_1_state - switch.monitor_1_state
- switch.monitor_2_state - switch.monitor_2_state
- service: switch.turn_off - 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: script.pc_sleep
- service: lock.lock - service: lock.lock
target: target:
@ -122,6 +124,9 @@ leave_home:
- service: climate.turn_off - service: climate.turn_off
target: target:
entity_id: climate.ac entity_id: climate.ac
- service: climate.turn_off
target:
entity_id: climate.ac
mode: single mode: single
icon: mdi:home-export-outline icon: mdi:home-export-outline