1
0
Fork 0
ansible-home-assistant/scripts/10.modes.yaml

235 lines
6.6 KiB
YAML
Raw Normal View History

2021-02-02 23:39:02 +01:00
good_night:
alias: Good Night
2021-01-11 01:33:46 +01:00
sequence:
2022-12-12 20:30:38 +01:00
- service: script.cctv_on
2022-04-30 00:22:43 +02:00
- service: alarm_control_panel.alarm_arm_home
2022-04-30 18:05:15 +02:00
entity_id: alarm_control_panel.home_alarm
2021-02-02 23:07:29 +01:00
- service: input_select.select_option
data:
option: Night
entity_id: input_select.home_mode
- 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 01:33:46 +01:00
- service: switch.turn_off
entity_id:
- switch.printer_switch
2022-12-15 00:56:50 +01:00
- service: script.humidifier_off
2021-05-11 20:32:43 +02:00
- service: cover.close_cover
entity_id:
- cover.bedroom_blinds
2021-10-11 20:15:50 +02:00
- cover.dining_blinds
2022-05-14 00:51:12 +02:00
- cover.office_blinds
2022-11-29 00:58:23 +01:00
- choose:
- conditions:
- condition: state
entity_id: lock.front_door_lock_doorlock
state: unlocked
sequence:
- service: lock.lock
target:
entity_id: lock.front_door_lock_doorlock
2022-08-12 21:07:06 +02:00
- choose:
- conditions:
- condition: numeric_state
entity_id: sensor.ble_temperature_bedroom_sensor_ble
below: '26'
sequence:
- service: climate.turn_off
target:
entity_id: climate.ac
2021-10-24 20:58:06 +02: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
- service: script.tv_off
2022-11-24 02:00:17 +01:00
- service: climate.set_temperature
data:
temperature: 20
target:
entity_id:
- climate.office_thermostat
- climate.dining_thermostat
2022-12-06 19:12:05 +01:00
- service: light.turn_off
entity_id:
- light.couch_lights
- light.tv_lights
- light.office
- light.kitchen_lights
- light.bedroom_lights
- light.bed_lamps
- light.bed_lightstrip
- light.kitchen_sink_lighstrip
- light.bathroom_lights
- light.shower_lights
- light.bathroom_mirror_lights
- light.bathroom_color_zha_group_0x0007
- light.hallway_light
- light.hallway_lightstrip
- light.balcony
- light.table_lamp_lights
2021-01-11 01:33:46 +01:00
mode: single
2021-05-11 20:32:43 +02:00
icon: mdi:weather-night
2022-12-15 00:41:40 +01:00
before_wakeup:
alias: Before wakeup
sequence:
- service: climate.set_temperature
data:
temperature: 25
target:
entity_id:
- climate.office_thermostat
- climate.dining_thermostat
2021-02-02 23:39:02 +01:00
good_morning:
alias: Good Morning
sequence:
2022-12-12 20:30:38 +01:00
- service: script.cctv_off
2021-05-25 00:04:44 +02:00
- service: cover.open_cover
entity_id:
- cover.bedroom_blinds
2021-10-11 20:15:50 +02:00
- cover.dining_blinds
2022-05-14 00:51:12 +02:00
- cover.office_blinds
2021-02-02 23:39:02 +01:00
- service: alarm_control_panel.alarm_disarm
2022-04-30 18:05:15 +02:00
entity_id: alarm_control_panel.home_alarm
2021-02-02 23:39:02 +01:00
- service: input_select.select_option
data:
option: Day
entity_id: input_select.home_mode
- service: switch.turn_on
2022-12-12 20:04:54 +01:00
entity_id:
- switch.computer_outlet
2022-12-15 00:56:50 +01:00
- service: script.humidifier_on
2021-05-11 20:34:52 +02:00
- service: switch.turn_off
entity_id: switch.mute_doorbell
2022-08-06 00:27:52 +02:00
- service: switch.turn_on
target:
entity_id: switch.coffee_machine_on_off
2022-11-24 02:00:17 +01:00
- service: climate.set_temperature
data:
2023-01-14 00:17:38 +01:00
temperature: 23
2022-11-24 02:00:17 +01:00
target:
entity_id:
- climate.office_thermostat
- climate.dining_thermostat
- service: climate.set_temperature
data:
temperature: 21
target:
entity_id:
- climate.bedroom_thermostat
2021-02-02 23:39:02 +01:00
mode: single
2021-05-11 20:32:43 +02:00
icon: mdi:weather-sunny
2021-02-02 23:39:02 +01:00
leave_home:
alias: Leave Home
sequence:
2022-12-12 20:30:38 +01:00
- service: script.cctv_on
2021-02-02 23:39:02 +01:00
- service: alarm_control_panel.alarm_arm_away
2022-04-30 18:05:15 +02:00
entity_id: alarm_control_panel.home_alarm
2021-02-02 23:39:02 +01:00
- service: input_select.select_option
data:
option: Away
entity_id: input_select.home_mode
- 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-02-02 23:39:02 +01:00
- service: switch.turn_off
entity_id:
- switch.printer_switch
2021-05-11 20:32:43 +02:00
- service: script.pc_sleep
2022-11-29 00:58:23 +01:00
- choose:
- conditions:
- condition: state
entity_id: lock.front_door_lock_doorlock
state: unlocked
sequence:
2022-11-29 01:03:17 +01:00
- choose:
- conditions:
- condition: state
entity_id: binary_sensor.front_door_open_close
state: 'on'
sequence:
- wait_for_trigger:
- platform: state
entity_id: binary_sensor.front_door_open_close
to: 'off'
2022-11-29 00:58:23 +01:00
- service: lock.lock
data: { }
target:
entity_id: lock.front_door_lock_doorlock
- service: script.tv_off
2021-06-30 23:37:01 +02:00
- service: climate.turn_off
target:
entity_id: climate.ac
2022-09-17 18:12:58 +02:00
- service: script.vacuum_today
2022-11-24 02:00:17 +01:00
- service: climate.set_temperature
data:
temperature: 21
target:
entity_id:
- climate.office_thermostat
- climate.dining_thermostat
- climate.bedroom_thermostat
2022-12-06 19:12:05 +01:00
- service: light.turn_off
entity_id:
- light.couch_lights
- light.tv_lights
- light.office
- light.kitchen_lights
- light.bedroom_lights
- light.bed_lamps
- light.bed_lightstrip
- light.kitchen_sink_lighstrip
- light.bathroom_lights
- light.shower_lights
- light.bathroom_mirror_lights
- light.bathroom_color_zha_group_0x0007
- light.hallway_light
- light.hallway_lightstrip
- light.balcony
- light.table_lamp_lights
2021-02-02 23:39:02 +01:00
mode: single
2021-05-11 20:32:43 +02:00
icon: mdi:home-export-outline
2021-02-02 23:39:02 +01:00
arrive_home:
alias: Arrive Home
sequence:
2022-12-12 20:30:38 +01:00
- service: script.cctv_off
2021-02-02 23:39:02 +01:00
- service: alarm_control_panel.alarm_disarm
2022-04-30 18:05:15 +02:00
entity_id: alarm_control_panel.home_alarm
2021-02-02 23:39:02 +01:00
- service: input_select.select_option
data:
option: Day
entity_id: input_select.home_mode
- service: switch.turn_on
entity_id:
- switch.computer_outlet
2022-11-24 02:00:17 +01:00
- service: climate.set_temperature
data:
2023-01-14 00:17:38 +01:00
temperature: 23
2022-11-24 02:00:17 +01:00
target:
entity_id:
- climate.office_thermostat
- climate.dining_thermostat
- climate.bedroom_thermostat
2021-02-02 23:39:02 +01:00
mode: single
2021-05-11 20:32:43 +02:00
icon: mdi:home-import-outline