-
Notifications
You must be signed in to change notification settings - Fork 3
/
scenes.yaml
93 lines (91 loc) · 1.97 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
- name: Master Red
entities:
light.master:
state: on
transition: 2
brightness: 255
rgb_color: [ 255, 0, 0 ]
- name: Master Blue
entities:
light.master:
state: on
transition: 2
brightness: 255
rgb_color: [ 0, 0, 255 ]
- name: Master Yellow
entities:
light.master:
state: on
transition: 2
brightness: 255
rgb_color: [ 255,220,69 ]
- name: Master Green
entities:
light.master:
state: on
transition: 2
brightness: 255
rgb_color: [ 255,253,93 ]
- name: Master Fire
entities:
light.master:
state: on
transition: 2
brightness: 255
rgb_color: [ 255,161,44 ]
- name: Master White
entities:
light.master:
state: on
transition: 2
brightness: 255
rgb_color: [ 255,255,255 ]
- name: Living On
entities:
switch.living_room_37:
state: on
- name: Living Off
entities:
switch.living_room_37:
state: off
- name: Dining On
entities:
light.dining_room_36:
state: on
transition: 2
brightness: 255
- name: Dining Off
entities:
light.dining_room_36:
state: off
transition: 2
- name: Dining to 25
entities:
light.dining_room_36:
state: on
transition: 2
brightness: 64
- name: Dining to 50
entities:
light.dining_room_36:
state: on
transition: 2
brightness: 128
- name: Dining to 75
entities:
light.dining_room_36:
state: on
transition: 2
brightness: 191
- name: Dining to 100
entities:
light.dining_room_36:
state: on
transition: 2
brightness: 255
- name: Open the Garage Door
entities:
cover.garage_door_opener: on
- name: Close the Garage Door
entities:
cover.garage_door_opener: off