-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlight_groups.yaml
82 lines (80 loc) · 1.99 KB
/
light_groups.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
# Convert Switches to Lights
- platform: switch
name: Living Room Light
entity_id: switch.living_room_light_switch
- platform: switch
name: Giraffe Lamp
entity_id: switch.giraffe_on_off
- platform: switch
name: Tiger Lamp
entity_id: switch.tiger_on_off
- platform: switch
name: Patio Light
entity_id: switch.patio_light_switch
- platform: switch
name: Porch Light
entity_id: switch.porch_light_switch
- platform: switch
name: Library Lamp
entity_id: switch.library_lamp_on_off
- platform: switch
name: Library Light
entity_id: switch.library_light_switch
- platform: switch
name: Hallway Light
entity_id: switch.hallway_light_switch
- platform: switch
name: Laundry Room Light
entity_id: switch.laundry_room_light_switch
# Light groups
- platform: group
name: kitchen Lights
entities:
- light.kitchen_light_level
- light.dining_room_light_level
- platform: group
name: Living Room Lights
entities:
- light.living_room_lamp
- light.living_room_light
- light.fireplace_light_level
- light.grandma_s_lamp
- platform: group
name: Master Bedroom Lights
entities:
- light.master_bedroom_light_level
- light.giraffe_lamp
- light.tiger_lamp
- platform: group
name: Outdoor Lights
entities:
- light.porch_light
- light.patio_light
- platform: group
name: Library Lights
entities:
- light.library_lamp
- light.library_light
- platform: group
name: Misc Lights
entities:
- light.entryway_light_level
- light.hallway_light
- light.laundry_room_light
- platform: group
name: All Inside Lights
entities:
- light.kitchen_light_level
- light.dining_room_light_level
- light.living_room_lamp
- light.living_room_light
- light.fireplace_light_level
- light.grandma_s_lamp
- light.master_bedroom_light_level
- light.giraffe_lamp
- light.tiger_lamp
- light.library_lamp
- light.library_light
- light.entryway_light_level
- light.hallway_light
- light.laundry_room_light