-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathscenes.yaml
72 lines (72 loc) · 1.72 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
# Create a few useful scenes, test them and add the Google Home commands to the list
- name: Movies
entities:
light.living_room_hue:
state: on
brightness: 10
transition: 5
light.kitchen:
state: off
transition: 5
light.office_hue:
state: off
transition: 5
switch.livingroom_tv_led_teal: on
switch.livingroom_ball_lights: on
switch.livingroom_window_lights: on
# switch to chromecast and more
- name: Party
entities:
light.living_room_hue:
state: on
brightness: 90
transition: 5
effect: colorloop
light.office_hue:
state: on
brightness: 90
transition: 5
effect: colorloop
light.kitchen:
state: on
brightness: 90
transition: 5
rgb_color: 255,68,0
switch.livingroom_tv_led_demo: on
switch.livingroom_ball_lights: on
switch.livingroom_window_lights: on
- name: Shutdown
entities:
group.all_lights: off
switch.livingroom_ball_lights: off
switch.livingroom_window_lights: off
switch.livingroom_charger: off
switch.livingroom_music_jar: off
switch.kitchen_ceiling_lights: off
# Coming soon
- name: Christmas
entities:
light.office_hue:
state: on
brightness: 90
transition: 5
effect: colorloop
light.kitchen:
state: on
brightness: 50
color_temp: 327
transition: 5
light.living_room_hue:
state: on
brightness: 50
color_temp: 327
transition: 5
light.downstairs:
state: on
brightness: 50
color_temp: 327
transition: 5
light.christmas_tree: on
switch.livingroom_ball_lights: on
switch.livingroom_window_lights: on
switch.livingroom_music_jar: on