-
Notifications
You must be signed in to change notification settings - Fork 0
/
scripts.yaml
115 lines (112 loc) · 2.55 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
105
106
107
108
109
110
111
112
113
114
115
ping_main_bathroom_switch:
alias: Ping Main Bathroom Switch
sequence:
- service: button.press
metadata: {}
data: {}
target:
entity_id: button.node_10_ping
- service: zwave_js.ping
target:
entity_id: light.master_bath_switch
data: {}
mode: single
icon: mdi:gesture-tap-button
switch_from_bose_to_tv_audio:
alias: Switch from Bose to TV audio
sequence:
- service: remote.send_command
metadata: {}
data:
num_repeats: 1
delay_secs: 0.4
hold_secs: 0
device: livingroomtv
command: settings
target:
device_id: 4a47caee5ce31baf382ec48451571326
- service: remote.send_command
metadata: {}
data:
num_repeats: 4
delay_secs: 0.4
hold_secs: 0
device: livingroomtv
command: down
target:
device_id: 4a47caee5ce31baf382ec48451571326
- service: remote.send_command
metadata: {}
data:
num_repeats: 1
delay_secs: 0.4
hold_secs: 0
device: livingroomtv
command: select
target:
device_id: 4a47caee5ce31baf382ec48451571326
- service: remote.send_command
metadata: {}
data:
num_repeats: 1
delay_secs: 0.4
hold_secs: 0
device: livingroomtv
command: left
target:
device_id: 4a47caee5ce31baf382ec48451571326
- service: remote.send_command
metadata: {}
data:
num_repeats: 1
delay_secs: 0.4
hold_secs: 0
device: livingroomtv
command: select
target:
device_id: 4a47caee5ce31baf382ec48451571326
- service: remote.send_command
metadata: {}
data:
num_repeats: 1
delay_secs: 0.4
hold_secs: 0
device: livingroomtv
command: volumeup
target:
device_id: 4a47caee5ce31baf382ec48451571326
- service: remote.send_command
metadata: {}
data:
num_repeats: 1
delay_secs: 2
hold_secs: 0
device: livingroomtv
command: settings
target:
device_id: 4a47caee5ce31baf382ec48451571326
mode: single
icon: mdi:television-speaker
rainbird:
alias: Rainbird
sequence:
- if:
- condition: template
value_template: '{{ not(states(entity_id)|bool(false)) }}'
then:
- action: rainbird.start_irrigation
data:
duration: '{{ states(''input_number.rainbird_sprinkler_timer_1'') | int }}
'
target:
entity_id: '{{ entity_id }}
'
else:
- action: switch.turn_off
metadata: {}
data: {}
target:
entity_id: '{{ entity_id }}
'
description: ''
icon: mdi:sprinkler