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:
parent
fe0e59e313
commit
c25970553e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user