-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path31_repeated_temperature_cycle.yaml
51 lines (49 loc) · 1.43 KB
/
31_repeated_temperature_cycle.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
experiment_profile_name: repeated temperature cycle
metadata:
author: Cameron
description: This profile changes the temperature in a complex pattern over a 48-hour cycle.
common:
jobs:
temperature_automation:
actions:
- type: start
hours_elapsed: 0.0
options:
automation_name: thermostat
target_temperature: 28
- type: repeat
hours_elapsed: 6.0
repeat_every_hours: 48
actions:
- type: update
hours_elapsed: 0.0
options:
target_temperature: 30
- type: update
hours_elapsed: 6.0
options:
target_temperature: 32
- type: update
hours_elapsed: 12.0
options:
target_temperature: 34
- type: update
hours_elapsed: 18.0
options:
target_temperature: 36
- type: update
hours_elapsed: 24.0
options:
target_temperature: 34
- type: update
hours_elapsed: 30.0
options:
target_temperature: 32
- type: update
hours_elapsed: 36.0
options:
target_temperature: 30
- type: update
hours_elapsed: 42.0
options:
target_temperature: 28