-
Notifications
You must be signed in to change notification settings - Fork 0
/
scripts.yaml
executable file
·104 lines (103 loc) · 2.31 KB
/
scripts.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
graceful_shutdown:
alias: Graceful Shutdown
sequence:
- service: shell_command.turn_off_teleprompter
data: {}
- service: shell_command.turn_off_desktop
data: {}
- delay:
hours: 0
minutes: 0
seconds: 30
milliseconds: 0
- type: turn_off
device_id: e6c0bd9eee0e06f6559289735e4023fa
entity_id: switch.socket_attic_computers_socket_1
domain: switch
- type: turn_off
device_id: e657d58e621cbdd0dac25dd6cdc41ae8
entity_id: switch.socket_attic_monitors_socket_1
domain: switch
- type: turn_off
device_id: f3e198594acf64605ccc520ab7d74cf9
entity_id: switch.socket_attic_lamp_socket
domain: switch
mode: single
icon: mdi:power-plug-off
shower_boost:
alias: Shower Boost
sequence:
- service: evohome.set_zone_override
data:
entity_id: climate.shower_room
setpoint: 21
duration:
minutes: 60
- service: water_heater.set_operation_mode
data:
entity_id: water_heater.dhw_controller
operation_mode: 'on'
mode: single
icon: mdi:shower-head
ellys_room_boost:
alias: Elly's Room boost
sequence:
- service: evohome.set_zone_override
data:
entity_id: climate.elly_s_room
setpoint: 21
duration:
minutes: 90
mode: single
icon: mdi:bed
gym_boost:
alias: Gym boost
sequence:
- service: evohome.set_zone_override
data:
entity_id: climate.gym
setpoint: 18
duration:
minutes: 60
mode: single
icon: mdi:weight-lifter
laundry_boost:
alias: Laundry boost
sequence:
- service: evohome.set_zone_override
data:
entity_id: climate.laundry
setpoint: 21.5
duration:
minutes: 60
mode: single
icon: mdi:tumble-dryer
attic_study_boost:
alias: Attic Study boost
sequence:
- service: evohome.set_zone_override
data:
entity_id: climate.attic_study
setpoint: 21
duration:
minutes: 90
mode: single
icon: mdi:chair-rolling
bedtime:
alias: Bedtime
sequence:
- service: scene.turn_on
target:
entity_id: scene.night
metadata: {}
- type: turn_off
device_id: a80cbf08bb07c10bee409478d02663ac
entity_id: remote.43pus8517_12_remote
domain: remote
- service: script.graceful_shutdown
data: {}
mode: single
icon: mdi:bed
dummy:
description: Does nothing
sequence: []