-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.yaml
More file actions
61 lines (61 loc) · 1.29 KB
/
Copy pathscripts.yaml
File metadata and controls
61 lines (61 loc) · 1.29 KB
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
turn_on_alwayson_devices:
sequence:
- action: switch.turn_on
metadata: {}
target:
label_id: alwayson
data: {}
alias: Turn on AlwaysOn devices
description: ''
pre_heat_bathroom_2:
sequence:
- action: climate.set_temperature
metadata: {}
data:
temperature: 80
target:
area_id: bathroom
- repeat:
until:
- condition: numeric_state
entity_id: climate.mysa_8b15a4_thermostat_2
attribute: current_temperature
above: 78
sequence:
- delay:
hours: 0
minutes: 2
seconds: 0
milliseconds: 0
- action: notify.mobile_app_pixel_8a
metadata: {}
data:
message: bathroom is pre-heated
- delay:
hours: 0
minutes: 30
seconds: 0
milliseconds: 0
- action: climate.set_temperature
metadata: {}
data:
temperature: 60
target:
area_id: bathroom
alias: pre-heat-bathroom
description: ''
reset_bathroom_temp:
sequence:
- action: script.turn_off
metadata: {}
target:
entity_id: script.pre_heat_bathroom_2
data: {}
- action: climate.set_temperature
metadata: {}
target:
entity_id: climate.mysa_8b15a4_thermostat_2
data:
temperature: 60
alias: Reset bathroom temp
description: ''