-
Notifications
You must be signed in to change notification settings - Fork 1
/
scene.yaml
73 lines (73 loc) · 2.1 KB
/
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
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
- name: All Off
icon: "mdi:home-off"
entities:
light.allison_bedroom_lamp: "off"
switch.allison_living_room_lamp: "off"
switch.bedroom_lights: "off"
switch.christmas_tree: "off"
switch.counter_lights: "off"
switch.dining_room_lights: "off"
switch.entry_lights: "off"
light.downstairs_lights: "off"
switch.garage_lights: "off"
switch.hallway_lights: "off"
switch.kitchen_lights: "off"
switch.laundry_room_lights: "off"
switch.living_room_lamp_1: "off"
light.office_lamp: "off"
switch.office_lights: "off"
light.owen_bedroom_lamp: "off"
switch.stairway_lights: "off"
- name: All Off (Dynamic)
icon: "mdi:home-off"
entities:
light.allison_bedroom_lamp: "off"
switch.bedroom_lights: "off"
switch.entry_lights: "off"
switch.garage_lights: "off"
switch.hallway_lights: "off"
switch.laundry_room_lights: "off"
light.office_lamp: "off"
light.owen_bedroom_lamp: "off"
- name: Upstairs Living Area Off
icon: "mdi:sofa"
entities:
switch.allison_living_room_lamp: "off"
switch.christmas_tree: "off"
switch.counter_lights: "off"
switch.dining_room_lights: "off"
switch.entry_lights: "off"
switch.hallway_lights: "off"
switch.kitchen_lights: "off"
switch.stairway_lights: "off"
switch.owen_living_room_lamp: "off"
- name: Night Lighting
icon: "mdi:weather-night"
entities:
light.allison_bedroom_lamp:
state: "on"
brightness_pct: 30
light.owen_bedroom_lamp:
state: "on"
brightness_pct: 30
switch.bedroom_lights: "off"
switch.christmas_tree: "off"
switch.counter_lights: "off"
switch.dining_room_lights: "off"
switch.entry_lights: "off"
switch.garage_lights: "off"
switch.hallway_lights: "off"
switch.kitchen_lights: "off"
switch.laundry_room_lights: "off"
light.office_lamp: "off"
switch.stairway_lights: "off"
- name: Dim Bedroom
icon: "mdi:lamp"
entities:
light.allison_bedroom_lamp:
state: "on"
brightness_pct: 30
light.owen_bedroom_lamp:
state: "on"
brightness_pct: 30
switch.bedroom_lights: "off"