2021-02-02 22:39:02 +00:00
|
|
|
good_night:
|
|
|
|
alias: Good Night
|
2021-01-11 00:33:46 +00:00
|
|
|
sequence:
|
2021-02-02 22:07:29 +00:00
|
|
|
- service: alarm_control_panel.alarm_arm_night
|
|
|
|
entity_id: alarm_control_panel.ha_alarm
|
|
|
|
- service: input_select.select_option
|
|
|
|
data:
|
|
|
|
option: Night
|
|
|
|
entity_id: input_select.home_mode
|
2021-01-11 00:33:46 +00:00
|
|
|
- service: light.turn_off
|
|
|
|
entity_id:
|
2021-08-26 18:04:36 +00:00
|
|
|
- light.couch_lights
|
2021-01-11 00:33:46 +00:00
|
|
|
- light.tv_lights
|
2021-12-14 15:09:31 +00:00
|
|
|
- light.office
|
2021-01-11 00:33:46 +00:00
|
|
|
- light.kitchen_lights
|
2022-04-19 22:27:04 +00:00
|
|
|
- light.bedroom_lights
|
|
|
|
- light.bed_lamps
|
|
|
|
- light.bed_lightstrip
|
2021-01-11 00:33:46 +00:00
|
|
|
- light.kitchen_sink_lighstrip
|
|
|
|
- light.bathroom_lights
|
|
|
|
- light.shower_lights
|
|
|
|
- light.bathroom_mirror_lights
|
2022-04-19 22:27:04 +00:00
|
|
|
- light.bathroom_color_zha_group_0x0007
|
2021-01-11 00:33:46 +00:00
|
|
|
- light.hallway_light
|
|
|
|
- light.hallway_lightstrip
|
2022-04-19 22:27:04 +00:00
|
|
|
- light.balcony
|
|
|
|
- light.table_lamp_lights
|
2022-04-28 16:56:24 +00:00
|
|
|
- choose:
|
|
|
|
- conditions:
|
|
|
|
- condition: state
|
|
|
|
entity_id: input_boolean.3d_printer_timelapse
|
|
|
|
state: 'off'
|
|
|
|
sequence:
|
|
|
|
- service: light.turn_off
|
|
|
|
entity_id:
|
|
|
|
- light.3d_printer_light
|
2021-01-11 00:33:46 +00:00
|
|
|
- service: switch.turn_off
|
2021-08-11 22:38:41 +00:00
|
|
|
entity_id:
|
|
|
|
- switch.printer_switch
|
2021-05-11 18:32:43 +00:00
|
|
|
- service: cover.close_cover
|
2021-08-11 22:38:41 +00:00
|
|
|
entity_id:
|
|
|
|
- cover.bedroom_blinds
|
2021-10-11 18:15:50 +00:00
|
|
|
- cover.dining_blinds
|
|
|
|
- cover.office_blind
|
2021-05-27 22:22:58 +00:00
|
|
|
- service: lock.lock
|
|
|
|
target:
|
|
|
|
entity_id: lock.front_door_25f246fe_door_lock
|
2021-07-05 20:35:21 +00:00
|
|
|
- service: climate.turn_off
|
|
|
|
target:
|
|
|
|
entity_id: climate.ac
|
2021-10-24 18:58:06 +00:00
|
|
|
- service: switch.turn_on
|
|
|
|
entity_id: switch.mute_doorbell
|
|
|
|
- service: input_boolean.turn_off
|
|
|
|
target:
|
|
|
|
entity_id: input_boolean.pc_caffeine
|
|
|
|
- service: script.pc_safe_off
|
|
|
|
- service: hassio.addon_stop
|
|
|
|
data:
|
|
|
|
addon: core_samba
|
2021-06-07 09:07:08 +00:00
|
|
|
- service: script.tv_off
|
2021-01-11 00:33:46 +00:00
|
|
|
mode: single
|
2021-05-11 18:32:43 +00:00
|
|
|
icon: mdi:weather-night
|
2021-06-07 09:07:08 +00:00
|
|
|
|
2021-02-02 22:39:02 +00:00
|
|
|
good_morning:
|
|
|
|
alias: Good Morning
|
|
|
|
sequence:
|
2021-05-24 22:04:44 +00:00
|
|
|
- service: cover.open_cover
|
2021-08-11 22:38:41 +00:00
|
|
|
entity_id:
|
|
|
|
- cover.bedroom_blinds
|
2021-10-11 18:15:50 +00:00
|
|
|
- cover.dining_blinds
|
|
|
|
- cover.office_blind
|
2021-02-02 22:39:02 +00:00
|
|
|
- service: alarm_control_panel.alarm_disarm
|
|
|
|
entity_id: alarm_control_panel.ha_alarm
|
|
|
|
- service: input_select.select_option
|
|
|
|
data:
|
|
|
|
option: Day
|
|
|
|
entity_id: input_select.home_mode
|
|
|
|
- service: switch.turn_on
|
2021-09-22 00:18:32 +00:00
|
|
|
entity_id: switch.computer_outlet
|
2021-05-11 18:34:52 +00:00
|
|
|
- service: switch.turn_off
|
|
|
|
entity_id: switch.mute_doorbell
|
2021-02-02 22:39:02 +00:00
|
|
|
mode: single
|
2021-05-11 18:32:43 +00:00
|
|
|
icon: mdi:weather-sunny
|
2021-06-07 09:07:08 +00:00
|
|
|
|
2021-02-02 22:39:02 +00:00
|
|
|
leave_home:
|
|
|
|
alias: Leave Home
|
|
|
|
sequence:
|
|
|
|
- service: alarm_control_panel.alarm_arm_away
|
|
|
|
entity_id: alarm_control_panel.ha_alarm
|
|
|
|
- service: input_select.select_option
|
|
|
|
data:
|
|
|
|
option: Away
|
|
|
|
entity_id: input_select.home_mode
|
|
|
|
- service: light.turn_off
|
|
|
|
entity_id:
|
2021-08-26 18:04:36 +00:00
|
|
|
- light.couch_lights
|
2021-02-02 22:39:02 +00:00
|
|
|
- light.tv_lights
|
2021-12-14 15:09:31 +00:00
|
|
|
- light.office
|
2021-02-02 22:39:02 +00:00
|
|
|
- light.kitchen_lights
|
2022-04-19 22:27:04 +00:00
|
|
|
- light.bedroom_lights
|
|
|
|
- light.bed_lamps
|
|
|
|
- light.bed_lightstrip
|
2021-02-02 22:39:02 +00:00
|
|
|
- light.kitchen_sink_lighstrip
|
|
|
|
- light.bathroom_lights
|
|
|
|
- light.shower_lights
|
|
|
|
- light.bathroom_mirror_lights
|
2022-04-19 22:27:04 +00:00
|
|
|
- light.bathroom_color_zha_group_0x0007
|
2021-02-02 22:39:02 +00:00
|
|
|
- light.hallway_light
|
|
|
|
- light.hallway_lightstrip
|
2022-04-19 22:27:04 +00:00
|
|
|
- light.balcony
|
|
|
|
- light.table_lamp_lights
|
2022-04-28 16:56:24 +00:00
|
|
|
- choose:
|
|
|
|
- conditions:
|
|
|
|
- condition: state
|
|
|
|
entity_id: input_boolean.3d_printer_timelapse
|
|
|
|
state: 'off'
|
|
|
|
sequence:
|
|
|
|
- service: light.turn_off
|
|
|
|
entity_id:
|
|
|
|
- light.3d_printer_light
|
2021-06-24 20:18:01 +00:00
|
|
|
- service: switch.turn_on
|
|
|
|
entity_id:
|
2021-06-30 21:54:16 +00:00
|
|
|
- switch.kitchen_camera_outlet_on_off
|
2021-09-11 14:05:39 +00:00
|
|
|
- switch.kitchen_state
|
|
|
|
- switch.hallway_state
|
2021-02-02 22:39:02 +00:00
|
|
|
- service: switch.turn_off
|
2021-08-11 22:38:41 +00:00
|
|
|
entity_id:
|
|
|
|
- switch.printer_switch
|
2021-05-11 18:32:43 +00:00
|
|
|
- service: script.pc_sleep
|
2021-05-27 22:22:58 +00:00
|
|
|
- service: lock.lock
|
|
|
|
target:
|
|
|
|
entity_id: lock.front_door_25f246fe_door_lock
|
2021-06-07 09:07:08 +00:00
|
|
|
- service: script.tv_off
|
2021-06-30 21:37:01 +00:00
|
|
|
- service: climate.turn_off
|
|
|
|
target:
|
|
|
|
entity_id: climate.ac
|
2021-10-11 17:27:10 +00:00
|
|
|
- service: script.vacuum_daily
|
2021-02-02 22:39:02 +00:00
|
|
|
mode: single
|
2021-05-11 18:32:43 +00:00
|
|
|
icon: mdi:home-export-outline
|
2021-06-07 09:07:08 +00:00
|
|
|
|
2021-02-02 22:39:02 +00:00
|
|
|
arrive_home:
|
|
|
|
alias: Arrive Home
|
|
|
|
sequence:
|
|
|
|
- service: alarm_control_panel.alarm_disarm
|
|
|
|
entity_id: alarm_control_panel.ha_alarm
|
|
|
|
- service: input_select.select_option
|
|
|
|
data:
|
|
|
|
option: Day
|
|
|
|
entity_id: input_select.home_mode
|
|
|
|
- service: switch.turn_on
|
|
|
|
entity_id:
|
|
|
|
- switch.computer_outlet
|
2021-06-24 20:18:01 +00:00
|
|
|
- service: switch.turn_off
|
|
|
|
entity_id:
|
2021-09-11 14:05:39 +00:00
|
|
|
- switch.kitchen_state
|
|
|
|
- switch.hallway_state
|
2021-06-30 21:54:16 +00:00
|
|
|
- switch.kitchen_camera_outlet_on_off
|
2021-02-02 22:39:02 +00:00
|
|
|
mode: single
|
2021-05-11 18:32:43 +00:00
|
|
|
icon: mdi:home-import-outline
|