-
Notifications
You must be signed in to change notification settings - Fork 3
/
scenes.yaml
81 lines (70 loc) · 1.76 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
#################################################################
## Scenes
#################################################################
- name: Security
entities:
input_boolean.alarm_tripped:
state: on
light.hue_lights:
state: on
flash: long
brightness: 100
xy_color: [0.6531,0.2834]
light.hue_lights_exterior:
state: on
brightness: 100
- name: Disable Security
entities:
input_boolean.alarm_tripped:
state: off
light.hue_lights_exterior:
state: off
- name: Living Room Media playing
entities:
light.hue_livingroom_lightstrip:
state: on
brightness: 70
xy_color: [0.541,0.386]
light.living_room_wall:
state: on
brightness: 20
transition: 2
light.living_room_ceiling:
state: off
- name: Livingroom Dim
entities:
light.living_room:
state: on
brightness: 20
transition: 2
- name: Livingroom Normal
entities:
light.living_room:
state: on
brightness: 40
transition: 2
- name: Study Mode
entities:
light.man_cave:
state: on
brightness: 75
- name: Man Cave Dim
entities:
light.man_cave:
state: off
brightness: 5
transition: 2
light.console:
state: on
brightness: 5
transition: 2
- name: Man Cave Normal
entities:
light.man_cave:
state: on
brightness: 80
transition: 2
light.console:
state: on
brightness: 60
transition: 2