-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscripts.yaml
112 lines (112 loc) · 3.09 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
party_mode:
alias: Party mode
sequence:
- service: scene.turn_on
target:
entity_id: scene.party_scene
metadata: {}
mode: single
icon: mdi:party-popper
close_all_shutters:
alias: Close all shutters
sequence:
- action: script.close_all_group_floor_shutters
metadata: {}
data: {}
- action: script.close_all_first_floor_shutters
metadata: {}
data: {}
description: ''
icon: mdi:window-shutter
open_all_shutters:
alias: Open all shutters
sequence:
- action: script.open_all_ground_floor_shutters
metadata: {}
data: {}
- action: script.open_all_first_floor_shutters
metadata: {}
data: {}
description: ''
icon: mdi:window-shutter-open
close_all_group_floor_shutters:
alias: Close all ground floor shutters
sequence:
- device_id: 98ca57dc34f30913565109817baf591f
domain: cover
entity_id: ed1cfca6e4f23b27177bdff5b92dd33b
type: close
- device_id: 9997d59bda4455c9a3c8077d1ef2f6c1
domain: cover
entity_id: d31c54169fb30d28db04d8025a5b97a9
type: close
- device_id: 3f356462bb4d8107cea10c05f3c0637e
domain: cover
entity_id: ad12001d58596dc60f78948e8068a9c6
type: close
description: ''
icon: mdi:window-shutter
close_all_first_floor_shutters:
alias: Close all first floor shutters
sequence:
- device_id: 22b77f8ecce501db1f53c1b19a852202
domain: cover
entity_id: 3c329cfad3629946c940a2f6999b69ab
type: close
- device_id: dfe890255b2aec25d04652bf3f562bcb
domain: cover
entity_id: 9d96788bbf491daa38a43974d3af81fd
type: close
- device_id: 8f16b93c4fae1055fc21ef57afca5b0f
domain: cover
entity_id: 5159b1462f01722c359983c04fea0e28
type: close
- if:
- condition: state
entity_id: binary_sensor.velux_bureau_contact
state: 'off'
then:
- device_id: 733eb70641efac866005440f0d764623
domain: cover
entity_id: ad9bb28acca59679697828aaba529647
type: close
description: ''
icon: mdi:window-shutter
open_all_ground_floor_shutters:
alias: Open all ground floor shutters
sequence:
- device_id: 98ca57dc34f30913565109817baf591f
domain: cover
entity_id: ed1cfca6e4f23b27177bdff5b92dd33b
type: open
- device_id: 9997d59bda4455c9a3c8077d1ef2f6c1
domain: cover
entity_id: d31c54169fb30d28db04d8025a5b97a9
type: open
- device_id: 3f356462bb4d8107cea10c05f3c0637e
domain: cover
entity_id: ad12001d58596dc60f78948e8068a9c6
type: open
description: ''
icon: mdi:window-shutter-open
open_all_first_floor_shutters:
alias: Open all first floor shutters
sequence:
- device_id: 22b77f8ecce501db1f53c1b19a852202
domain: cover
entity_id: 3c329cfad3629946c940a2f6999b69ab
type: open
- device_id: dfe890255b2aec25d04652bf3f562bcb
domain: cover
entity_id: 9d96788bbf491daa38a43974d3af81fd
type: open
- device_id: 8f16b93c4fae1055fc21ef57afca5b0f
domain: cover
entity_id: 5159b1462f01722c359983c04fea0e28
type: open
- device_id: 733eb70641efac866005440f0d764623
domain: cover
entity_id: ad9bb28acca59679697828aaba529647
type: open
description: ''
icon: mdi:window-shutter-open