forked from aneisch/home-assistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene.yaml
45 lines (39 loc) · 963 Bytes
/
scene.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
# Let's only use these to control advanced lighting features.
- name: Master Bedroom Light Full
entities:
light.master_bedroom:
state: on
brightness: 255
transition: 5
rgb_color: [255, 255, 255]
- name: Monitor Backlight Full
entities:
light.andrew_monitor_backlight:
state: on
brightness: 255
- name: Monitor Backlight Full Red
entities:
light.andrew_monitor_backlight:
state: on
brightness: 255
rgb_color: [255, 0, 0]
- name: Monitor Backlight Full White
entities:
light.andrew_monitor_backlight:
state: on
brightness: 255
rgb_color: [255, 255, 255]
- name: Master Lamps Slow On
entities:
light.master_bedroom_lamps:
state: on
brightness: 254
color_temp: 350
transition: 90
- name: Master Lamps Fast On
entities:
light.master_bedroom_lamps:
state: on
brightness: 254
color_temp: 350
transition: 2