-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscenes.yaml
205 lines (195 loc) · 4.6 KB
/
scenes.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
- name: Licht aus
entities:
switch.steckdose: off
light.sofa:
state: off
transition: "1"
light.esstisch:
state: off
transition: "1"
light.gitarre:
state: off
transition: "1"
light.stehlampe:
state: off
transition: "1"
- name: Licht aus_motion
entities:
light.esstisch:
state: off
transition: "1"
light.gitarre:
state: off
transition: "1"
light.stehlampe:
state: off
transition: "1"
- name: Licht an
entities:
switch.steckdose: on
light.esstisch:
state: on
brightness: 254
color_temp: 366
transition: "1"
light.gitarre:
state: on
brightness: 254
color_temp: 366
transition: "1"
light.stehlampe:
state: on
brightness: 254
color_temp: 366
transition: "1"
light.sofa:
state: on
brightness: 254
#xy_color: [ 0.6724,0.3237 ]
xy_color: [ 0.3945,0.2932 ]
transition: "1"
- name: Licht an_motion
entities:
light.esstisch:
state: on
brightness: 254
color_temp: 366
transition: "1"
light.gitarre:
state: on
brightness: 254
color_temp: 366
transition: "1"
light.stehlampe:
state: on
brightness: 254
color_temp: 366
transition: "1"
- name: Licht an_motion_nacht
entities:
light.esstisch:
state: on
brightness: 5
xy_color: [ 0.561,0.4042 ]
transition: "1"
light.gitarre:
state: off
transition: "1"
light.stehlampe:
state: off
transition: "1"
- name: Licht_an_flur_tag
entities:
light.flur:
state: on
brightness: 254
xy_color: [ 0.4059,0.3921 ]
transition: "1"
- name: Licht_an_flur_nacht
entities:
light.flur:
state: on
brightness: 5
xy_color: [ 0.561,0.4042 ]
transition: "1"
- name: Licht_an_flur_stern
entities:
light.gitarre:
state: on
brightness: 51
xy_color: [ 0.6894,0.3073 ]
transition: "1"
- name: TV Licht An
entities:
switch.steckdose: on
light.esstisch:
state: on
brightness: 76
color_temp: 366
transition: "1"
light.gitarre:
state: on
brightness: 76
color_temp: 366
transition: "1"
light.stehlampe:
state: on
brightness: 76
color_temp: 366
transition: "1"
light.sofa:
state: on
brightness: 254
#xy_color: [ 0.6724,0.3237 ]
xy_color: [ 0.3945,0.2932 ]
transition: "1"
- name: esstisch_hell
entities:
light.esstisch:
state: on
brightness: 254
xy_color: [ 0.4452,0.4068 ]
transition: "1"
light.sofa:
state: on
brightness: 254
#xy_color: [ 0.6724,0.3237 ]
xy_color: [ 0.3945,0.2932 ]
transition: "1"
switch.steckdose: on
light.stehlampe:
state: off
transition: "1"
light.gitarre:
state: on
brightness: 76
color_temp: 366
transition: "1"
- name: esstisch_reset
entities:
light.esstisch:
state: on
brightness: 254
xy_color: [ 0.4452,0.4068 ]
transition: "1"
- name: TV Licht Aus
entities:
switch.steckdose: off
light.sofa:
state: off
transition: "1"
light.esstisch:
state: off
transition: "1"
light.gitarre:
state: off
transition: "1"
light.stehlampe:
state: off
transition: "1"
- name: Ventilator Stufe 1
entities:
switch.ventilator_stufe_1: on
switch.ventilator_stufe_2: off
switch.ventilator_stufe_4: off
- name: Ventilator Stufe 2
entities:
switch.ventilator_stufe_1: off
switch.ventilator_stufe_2: on
switch.ventilator_stufe_4: off
- name: Ventilator aus
entities:
switch.ventilator_stufe_1: off
switch.ventilator_stufe_2: off
switch.ventilator_stufe_4: off
- name: Ventilator Stufe 4
entities:
switch.ventilator_stufe_1: off
switch.ventilator_stufe_2: off
switch.ventilator_stufe_4: on
#- name: Nachtlicht
# entities:
# script.timed_nachtlicht: on
#- name: Essen
# entities:
# script.essen: on