-
Notifications
You must be signed in to change notification settings - Fork 0
/
automations.yaml
120 lines (120 loc) · 3.1 KB
/
automations.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
- id: '1619299637337'
alias: Pause movie when fireplace light on
description: Pause movie when fireplace light on
use_blueprint:
path: jfedor/pause-movie-when-light-is-switched-on.yaml
input:
media_player: media_player.living_room
light: switch.fireplace_light_relay
timeout: 6
- id: '1633902903431'
alias: Irrigation Pump - turn ON
description: "Activates the \x7Firrigation pump"
trigger:
- platform: time
at: '18:01:00'
condition: []
action:
- service: notify.telegram
data:
title: Irrigation alert
message: Irrigation will start in 30 seconds
- delay:
hours: 0
minutes: 0
seconds: 30
milliseconds: 0
- type: turn_on
device_id: 5659a6ebcaae86d3282023e3b2b80bb2
entity_id: switch.irrigation_pump_relay
domain: switch
- delay:
hours: 0
minutes: 0
seconds: 10
milliseconds: 0
- type: turn_off
device_id: 5659a6ebcaae86d3282023e3b2b80bb2
entity_id: switch.irrigation_pump_relay
domain: switch
mode: single
- id: '1633902953506'
alias: Irrigation Pump - periodic safety turn OFF
description: "Deactivates the \x7Firrigation pump"
trigger:
- platform: time_pattern
minutes: /7
seconds: '30'
hours: '*'
condition: []
action:
- type: turn_off
device_id: 5659a6ebcaae86d3282023e3b2b80bb2
entity_id: switch.irrigation_pump_relay
domain: switch
mode: single
- id: '1651531753854'
alias: Wake-up light alarm [01-R]
description: ''
use_blueprint:
path: sbyx/wake-up-light-alarm-with-sunrise-effect.yaml
input:
manual_time: 06:33:00
light_entity: light.rafael_lights
sunrise_duration: 15
end_brightness: 255
pre_sunrise_actions:
- service: scene.turn_on
target:
entity_id: scene.01r_light_pre_alarm_mode
metadata: {}
timestamp_sensor: none
check_entity: sensor.rafael_wakeup_should_run
- id: '1651602009310'
alias: Wake-up light alarm [02-G]
description: ''
use_blueprint:
path: sbyx/wake-up-light-alarm-with-sunrise-effect.yaml
input:
manual_time: 06:05:00
light_entity: light.wakeup_light_02g
sunrise_duration: 15
end_brightness: 255
pre_sunrise_actions:
- service: scene.turn_on
target:
entity_id: scene.02g_light_pre_alarm_mode
metadata: {}
timestamp_sensor: none
check_entity: sensor.gabriela_wakeup_should_run
- id: '1653415482777'
alias: Wake up lights - turn them both off
description: ''
trigger:
- platform: time
at: 07:10:00
condition: []
action:
- type: turn_off
device_id: 131e6b8137a459190bce5c449564c686
entity_id: light.wakeup_light_02g
domain: light
- service: light.turn_off
metadata: {}
data:
transition: 5
target:
entity_id: light.rafael_lights
mode: single
- id: '1718114380399'
alias: Daily reboot of the host system
description: Reboot the host every day, to work around memory issues
trigger:
- platform: time
at: 03:00:00
condition: []
action:
- service: hassio.host_reboot
metadata: {}
data: {}
mode: single