-
Notifications
You must be signed in to change notification settings - Fork 17
/
groups.yaml
56 lines (55 loc) · 1.28 KB
/
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
##################################################
## Groups
##################################################
living_room_lights:
name: Living Room Lights
entities:
- light.lwrf_diningroom_main
- switch.lwrf_livingroom_standard_lamp
- switch.lwrf_displaycabinetlight
- switch.lwrf_waxburner
dining_room_lights:
name: Dining Room Lights
entities:
- light.lwrf_diningroom_main
- switch.lwrf_diningroom_rennie_mac_lamp
living_area_lights:
name: Living Area Lights
entities:
- group.living_room_lights
- group.dining_room_lights
living_room_lamps:
name: Living Room Lamps
entities:
- switch.lwrf_livingroom_standard_lamp
- switch.lwrf_displaycabinetlight
- switch.lwrf_waxburner
kitchen_lights:
name: Kitchen Lights
entities:
# - No entities yet
conservatory_lights:
name: Conservatory Lights
entities:
- switch.lwrf_conservatory_1
- switch.conservatory_window_lamp
# Occupancy Groups
adults_home:
name: Adults at home
entities:
- person.june
- person.martin
- person.michelle
children_home:
name: Children at home
entities:
- person.morgan
- person.fraser
anyone_home:
name: anyone at home
entities:
- person.june
- person.martin
- person.michelle
- person.morgan
- person.fraser