-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgroups.yaml
135 lines (126 loc) · 3.46 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
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
130
131
132
133
134
135
kitchen:
name: Kitchen
entities:
- light.kitchen_dimmer
- media_player.living_room_speaker
- group.kitchen_sensors
living:
name: Living Area
entities:
- light.living_dimmer
- light.kitchen_dimmer
- media_player.living_room
- group.myair
- group.kitchen_sensors
- group.myair_zones
mbedroom:
name: Master Bed Room
entities:
- media_player.bedroom
- light.master_dimmer
- switch.bedheater_switch
- light.master_bath_dimmer
- group.master_sensors
office:
name: Office Room
entities:
- light.office_dimmer
- group.office_sensors
kitchen_sensors:
name: Kitchen Sensors
entities:
- binary_sensor.kitchen_esp_motion
myair:
name: MyAir Air Conditioner
entities:
- input_select.myair_fanselect
- input_select.myair_modeselect
- input_number.myair_inputsettemp
- input_number.myair_zone1
- input_number.myair_zone2
- input_number.myair_zone3
- input_number.myair_zone4
- input_number.myair_zone5
- input_number.myair_zone6
- input_number.myair_starttimer
- input_number.myair_stoptimer
- switch.myair_power
myair_zones:
name: MyAir Zones
entities:
- switch.myair_zone1
- switch.myair_zone2
- switch.myair_zone3
- switch.myair_zone4
- switch.myair_zone5
- switch.myair_zone6
office_sensors:
name: Office Sensors
entities:
- binary_sensor.office_sam_esp_motion
- binary_sensor.office_mad_esp_motion
- binary_sensor.office_motion_zb_1
- sensor.office_espmulti_h
- sensor.office_espmulti_t
master_sensors:
name: Master Bedroom Sensors
entities:
- binary_sensor.master_cup_esp_motion
- sensor.master_baby_cot_espmulti_h
- sensor.master_baby_cot_espmulti_t
- sensor.master_espmulti_h_2
- sensor.master_espmulti_t_2
all_motion:
name: "All Motion Sensors"
entities:
- binary_sensor.kitchen_motion_zb_1
- binary_sensor.kitchen_motion_zb_2
- binary_sensor.living_motion_zb_1
- binary_sensor.main_entrance_door_zb
garage_motion:
name: "All Garage Motion Sensors"
entities:
- binary_sensor.garage_motion_zb_1
- binary_sensor.garage_espmulti_m_2
- binary_sensor.garage_motion_zb_2
living_kitchen_motion:
name: "All Living and Kitchen Motion Sensors"
entities:
- binary_sensor.kitchen_motion_zb_1
- binary_sensor.kitchen_motion_zb_2
- binary_sensor.kitchen_esp_motion
- binary_sensor.living_motion_zb_1
living_motion:
name: "All Living Motion Sensors"
entities:
- binary_sensor.living_motion_zb_1
kitchen_motion:
name: "All Kitchen Motion Sensors"
entities:
- binary_sensor.kitchen_motion_zb_1
- binary_sensor.kitchen_motion_zb_2
- binary_sensor.kitchen_esp_motion
office_motion:
name: "All Office Motion Sensors"
entities:
- binary_sensor.office_mad_esp_motion
# - binary_sensor.office_sam_esp_motion
- binary_sensor.office_motion_zb_1
master_motion:
name: "All Master Bedroom Motion Sensors"
entities:
- binary_sensor.master_motion_zb
- binary_sensor.master_cup_esp_motion
master_bath_motion:
name: "All Master Bedroom and Bath Motion Sensors"
entities:
- binary_sensor.master_motion_zb
- binary_sensor.master_shower_motion_zb_1
- binary_sensor.master_bath_motion_zb_1
- binary_sensor.master_bath_esp_motion
m_bath_motion:
name: "All Master Bath Motion Sensors"
entities:
- binary_sensor.master_shower_motion_zb_1
- binary_sensor.master_bath_motion_zb_1
- binary_sensor.master_bath_esp_motion