-
Notifications
You must be signed in to change notification settings - Fork 5
/
scenes.yaml
executable file
·69 lines (69 loc) · 1.24 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
- id: '1588997883036'
name: Stranger Things
entities:
light.stranger_things_hawkins:
brightness: 136
effect: None
effect_list:
- None
- Random
- Flicker
- Color Wipe
- Strobe
- Police
- Flash Green
- Flash Red
- Flash Blue
- Flash Yellow
- Rainbow
- Scan
- Twinkle
- Random Twinkle
- Fireworks
- Addressable Flicker
friendly_name: Stranger Things Hawkins
hs_color:
- 0
- 0
rgb_color:
- 255
- 255
- 255
state: 'on'
supported_features: 61
xy_color:
- 0.323
- 0.329
light.stranger_things_upside_down:
brightness: 138
effect: None
effect_list:
- None
- Random
- Flicker
- Color Wipe
- Strobe
- Police
- Flash Green
- Flash Red
- Flash Blue
- Flash Yellow
- Rainbow
- Scan
- Twinkle
- Random Twinkle
- Fireworks
- Addressable Flicker
friendly_name: Stranger Things Upside Down
hs_color:
- 0
- 100
rgb_color:
- 255
- 0
- 0
state: 'on'
supported_features: 61
xy_color:
- 0.701
- 0.299