-
Notifications
You must be signed in to change notification settings - Fork 3
/
scenes.yaml
executable file
·116 lines (116 loc) · 2.41 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
- name: Main Lights On
entities:
group.main_lights:
state: on
transition: 6
brightness: 200
light.kitchen:
state: on
transition: 6
brightness: 200
rgb_color: [63, 79, 255]
light.main_floor_can_1:
state: on
transition: 6
brightness: 200
rgb_color: [63, 79, 255]
white_value: 0
light.main_floor_can_2:
state: on
transition: 6
brightness: 200
rgb_color: [63, 79, 255]
white_value: 0
- name: Main Lights Dimmed
entities:
group.main_lights:
state: on
transition: 8
brightness: 80
- name: Media Lighting
entities:
light.kitchen_lights_level:
state: off
transition: 8
light.dining_room_light_level:
state: off
transition: 8
light.entry_lights_level:
state: off
transition: 8
light.track_lights_level:
state: on
transition: 8
brightness: 70
light.living_room_lamp_1:
state: off
transition: 8
light.living_room_lamp_2:
state: on
transition: 8
brightness: 50
- name: Media Lighting Up
entities:
light.kitchen_lights_level:
state: on
transition: 8
brightness: 120
light.track_lights_level:
state: on
transition: 8
light.living_room_lamp_1:
state: on
transition: 8
brightness: 150
- name: All Lights Off
entities:
switch.shop_lights:
state: off
switch.flux:
state: off
group.all_house_lights:
state: off
transition: 8
- name: Bedtime
entities:
light.kitchen:
state: on
transition: 2
brightness: 25
rgb_color: [255, 255, 255]
light.main_floor_can_1:
state: off
transition: 6
light.main_floor_can_2:
state: off
transition: 6
light.kitchen_accent:
state: off
light.living_room:
state: off
transition: 4
light.kitchen_lights_level:
state: off
transition: 6
light.track_lights_level:
state: off
transition: 6
light.entry_lights_level:
state: off
transition: 10
light.night_light_1_led:
state: on
brightness: 170
transition: 6
light.bedroom:
state: on
transition: 6
brightness: 50
rgb_color: [158, 108, 38]
switch.shop_lights:
state: off
- name: Bedroom Lights Out
entities:
light.bedroom:
state: off
transition: 600