-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscenes.yaml
198 lines (189 loc) · 4.34 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
# NOTE: Cannot use `color_name` in scenes, https://github.com/home-assistant/core/pull/27182
- name: Working
icon: mdi:lightbulb-on-outline
entities:
light.hall_lights:
state: on
brightness: 255
color_temp: 370
light.bedroom_lights:
state: on
brightness: 255
color_temp: 370
light.study_lights:
state: on
brightness: 255
color_temp: 370
light.kitchen_lights:
state: on
brightness: 255
color_temp: 370
light.lounge_lights:
state: on
brightness: 255
color_temp: 370
- name: Relax
icon: mdi:glass-cocktail
entities:
light.entrance_overhead:
state: on
brightness: 77
rgb_color: [255, 181, 35]
light.hall_overhead: off
light.hall_cabinet:
state: on
brightness: 13
rgb_color: [255, 181, 35]
effect: Candle Multi
light.bedroom_lights: off
light.kitchen_window:
state: on
brightness: 50
light.kitchen_overhead_1:
state: on
brightness: 2
color_temp: 454
light.kitchen_overhead_2: off
light.kitchen_overhead_3: off
light.kitchen_overhead_4:
state: on
brightness: 2
color_temp: 454
light.kitchen_overhead_5: off
light.kitchen_overhead_6: off
light.kitchen_counter: off
light.diningroom_overhead: off
light.lounge_tree:
state: on
brightness: 50
rgb_color: [255, 181, 35]
light.lounge_window:
state: on
brightness: 13
light.lounge_overhead:
state: on
brightness: 50
rgb_color: [255, 181, 35]
light.lounge_tv_cabinet:
state: on
brightness: 13
rgb_color: [255, 181, 35]
effect: Candle Multi
light.lounge_candles: on
- name: Goodnight
icon: mdi:sleep
entities:
light.hall_lights: off
light.hall_cabinet: off
light.bedroom_overhead: off
light.bedside_lights:
state: on
brightness: 3
rgb_color: [255, 112, 86]
light.bedroom_floor:
state: on
brightness: 3
rgb_color: [255, 112, 86]
light.kitchen_lights: off
light.lounge_lights: off
light.lounge_tv_cabinet: off
light.lounge_candles: off
- name: Bedroom winddown
icon: mdi:bed
entities:
light.bedroom_overhead: off
light.bedside_lights:
state: on
brightness: 3
rgb_color: [255, 112, 86]
light.bedroom_floor:
state: on
brightness: 3
rgb_color: [255, 112, 86]
light.hall_lights: off
- name: Study relax
icon: mdi:glass-cocktail
entities:
light.study_lights:
state: on
brightness: 13
color_temp: 454
- name: Study sleep
icon: mdi:sleep
entities:
light.study_overhead: off
light.study_bedside_lamp: off
light.study_dale_desk:
state: on
brightness: 3
color_temp: 454
- name: Study lights off
icon: mdi:lightbulb-group-off
entities:
light.study_lights: off
- name: Study lights bight
icon: mdi:lightbulb-group
entities:
light.study_lights:
state: on
brightness: 255
color_temp: 370
- name: Christmas
icon: mdi:pine-tree
entities:
light.entrance_overhead:
state: on
brightness: 102
rgb_color: [255, 0, 0]
light.foyer_overhead:
state: on
brightness: 102
rgb_color: [0, 255, 0]
light.lounge_overhead:
state: on
brightness: 102
rgb_color: [0, 0, 255]
light.lounge_tree_top:
state: on
brightness: 102
rgb_color: [0, 0, 255]
light.lounge_tree_middle:
state: on
brightness: 102
rgb_color: [0, 255, 0]
light.lounge_tree_bottom:
state: on
brightness: 102
rgb_color: [255, 0, 0]
light.lounge_desk:
state: on
brightness: 51
color_temp: 454
light.kitchen_downlights:
state: on
brightness: 51
color_temp: 454
light.kitchen_desk:
state: on
brightness: 51
color_temp: 454
light.bedroom_overhead:
state: on
brightness: 102
rgb_color: [0, 0, 255]
light.bedside_lights:
state: on
brightness: 51
color_temp: 454
light.bedroom_floor:
state: on
brightness: 102
rgb_color: [255, 0, 0]
light.bathroom_overhead_mirror:
state: on
brightness: 102
rgb_color: [255, 0, 0]
light.bathroom_overhead_bath:
state: on
brightness: 102
rgb_color: [0, 0, 255]