-
Notifications
You must be signed in to change notification settings - Fork 0
/
groups.yaml
73 lines (70 loc) · 1.67 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
### groups.yaml
# people
people:
name: All People
entities: !include_dir_merge_list entity_lists/people
house_members:
name: House Members
entities: !include entity_lists/people/house_members.yaml
guests:
name: Guests
entities: !include entity_lists/people/guests.yaml
# rooms
living_room:
name: Living Room
entities:
- light.living_room
- light.living_room_lamp_b
- light.living_room_lamp_g
- light.living_room_lamp_p
- light.living_room_lamp_r
- light.living_room_lamp_w
- media_player.living_room_tv
- media_player.living_room_receiver
- media_player.living_room_audio
- sensor.living_room_and_kitchen_switch
kitchen:
name: Kitchen
entities:
- light.kitchen
- light.kitchen_light_n
- light.kitchen_light_s
- media_player.kitchen_display
bathroom:
name: Bathroom
entities:
- light.bathroom
- light.bathroom_light_a
- light.bathroom_light_b
- light.bathroom_light_c
- light.bathroom_light_d
- switch.bathroom_fan
- sensor.bathroom_switch
- media_player.bathroom_mini
bedroom:
name: Bedrooom
entities:
- light.bedroom
- light.bedroom_lamp
- light.mads_lamp
- media_player.bedroom
- media_player.bedroom_tv
- media_player.bedroom_display
- sensor.bedroom_switch
office:
name: Office
entities:
- light.office
- light.office_lamp
- sensor.office_switch
- media_player.office_mini
dimmer_switch:
name: Hue Dimmer Switches
entities:
- sensor.living_room_and_kitchen_switch
- sensor.bathroom_switch
- sensor.bedroom_switch
- sensor.office_switch
lights:
name: All Lights
entities: !include entity_lists/lights/light_groups.yaml