-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlight_group.yaml
130 lines (108 loc) · 3.06 KB
/
light_group.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
#################################################################
## Light Group
#################################################################
# Basement Floor Lamps for Ambiance (Philips Hue)
- platform: group
name: Basement Floor Lamps
entities:
- light.basement_floor_lamp_1
- light.basement_floor_lamp_2
# Office Shelf Lamps (Philips Hue)
- platform: group
name: Office Shelf Lamps
entities:
- light.office_shelf_lamp_1
- light.office_shelf_lamp_2
# Living Room Table Lamps (Ikea Switches)
- platform: group
name: Living Room Table Lamps
entities:
- light.living_room_table_lamp_1
- light.living_room_table_lamp_2
- platform: group
name: Master Bedroom Nightstand Lamps
entities:
- light.master_bedroom_nightstand_lamp_1
# - light.master_bedroom_nightstand_lamp_2
# Light switches that are "converted" into lights
- platform: switch
name: Living Room Table Lamp 1
entity_id: switch.living_room_table_lamp_1
- platform: switch
name: Living Room Table Lamp 2
entity_id: switch.living_room_table_lamp_2
- platform: switch
name: Master Bedroom Nightstand Lamp 1
entity_id: switch.master_bedroom_nightstand_lamp_1
- platform: switch
name: Office Desk Lamp
entity_id: switch.office_desk_lamp
# - platform: switch
# name: Master Bedroom Nightstand Lamp 2
# entity_id: switch.master_bedroom_nightstand_lamp_2
- platform: switch
name: Kitchen Ceiling Lights
entity_id: switch.kitchen_ceiling_lights
- platform: switch
name: Front Door Entry Light
entity_id: switch.front_door_entry_light
## ROOM GROUPS ##
# Basement Lights
- platform: group
name: Basement Lights
entities:
- light.basement_floor_lamps
- light.basement_cabinet
- light.basement_ceiling_lights
- light.basement_table_lamp
- light.basement_tv_stand
# Living Room Lights
- platform: group
name: Living Room Lights
entities:
- light.living_room_step_light
- light.living_room_table_lamps
# Master Bedroom Lights
- platform: group
name: Master Bedroom Lights
entities:
- light.master_bedroom_ceiling_fan
- light.master_bedroom_nightstand_lamps
# Master Bedroom Ceiling Fan Lights
- platform: group
name: Master Bedroom Ceiling Fan
entities:
- light.master_bedroom_ceiling_fan_up_light
- light.master_bedroom_ceiling_fan_down_light
# Kitchen Lights
- platform: group
name: Kitchen Lights
entities:
- light.kitchen_ceiling_lights
# Office Lights
- platform: group
name: Office Lights
entities:
- light.office_desk_ambient_light
- light.office_desk_lamp
- light.office_shelf_lamp_1
- light.office_shelf_lamp_2
# Outdoor Lights
- platform: group
name: Outdoor Lights
entities:
- light.front_door_entry_light
# - platform: switch
# name: Mini Christmas Tree
# entity_id:
# - switch.mini_christmas_tree
# - platform: switch
# name: Christmas Tree
# entity_id:
# - switch.christmas_tree
# # Convert the two Christmas tree switches to a light group
# - platform: group
# name: Christmas Trees
# entities:
# - light.mini_christmas_tree
# - light.christmas_tree