Move automations to own folder
This commit is contained in:
parent
df55670b3c
commit
c597a35715
25 changed files with 10 additions and 19 deletions
|
@ -1,5 +1,11 @@
|
|||
- alias: Goodnight
|
||||
- alias: GoodNight
|
||||
sequence:
|
||||
- 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
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
- light.desk_lamp
|
||||
|
@ -18,26 +24,11 @@
|
|||
- light.bed_lamp
|
||||
- light.hallway_light
|
||||
- light.hallway_lightstrip
|
||||
- service: alarm_control_panel.alarm_arm_night
|
||||
entity_id: alarm_control_panel.ha_alarm
|
||||
- light.computer_computer_cave_background
|
||||
- service: switch.turn_off
|
||||
data: { }
|
||||
entity_id:
|
||||
- switch.desk_motor_on_off
|
||||
- switch.computer_outlet
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
option: Night
|
||||
entity_id: input_select.home_mode
|
||||
mode: single
|
||||
icon: 'mdi:weather-night'
|
||||
- alias: Goodmorning
|
||||
sequence:
|
||||
- service: alarm_control_panel.alarm_arm_night
|
||||
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
|
||||
data: { }
|
||||
entity_id: switch.computer_outlet
|
||||
mode: single
|
||||
|
|
Loading…
Reference in a new issue