-
Notifications
You must be signed in to change notification settings - Fork 157
/
homekit.yaml
executable file
·308 lines (281 loc) · 7.65 KB
/
homekit.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
#################################################################
## HomeKit
#################################################################
#################################################################
## HomeKit bridge Mode
#################################################################
- name: Lights
mode: bridge
port: 21078
filter:
include_entities:
- light.living_room_lamps
- light.globe
- light.media_center_lighting
- light.living_room_ceiling_east
- light.living_room_ceiling_west
- light.dining_room_table
- light.dining_room_ceiling
- light.kitchen_ceiling
- light.kitchen_cabinets
- light.kitchen_sink
- light.hallway_light
- light.bathroom_vanity
- light.bathroom_shower
- light.bedroom_ceiling
- light.USER1s_nightstand
- light.USER2s_nightstand
- light.bedroom_lamp
- light.bedroom_closet_ceiling
- light.closet_lamp
- light.stairs_light
- light.office_lamp
- light.USER1_s_office_ceiling
- light.USER1_office_desk_lamp
- light.USER1_office_desk_accent
- light.moon_globe
- light.USER2_s_office_ceiling
- light.guest_bedroom_ceiling
- light.guest_bedroom_nightstand
- light.upstairs_bathroom_vanity
- light.basement_lights
- light.basement_lamp
- light.basement_stairs
- light.work_bench_light
- light.laundry_room_light
- light.craft_room_ceiling
- light.jupitier_globe
- light.fitness_room_ceiling
- light.front_porch
- light.back_door
- light.backyard_deck
- light.backyard_patio
- light.garage_light
- light.garage_interior
- name: Covers
mode: bridge
port: 21079
filter:
include_entities:
- cover.garage_door
- cover.USER1_s_office_blinds
- cover.USER2_s_office_blinds
- cover.stairs_blinds
- cover.kitchen_blinds
- cover.bedroom_closet_blinds
- name: Switches
mode: bridge
port: 21080
filter:
include_entities:
- switch.front_yard_lighting
- switch.backyard_lighting
- switch.USER1s_office_air_purifier
- switch.fountain
- switch.fireplace
- name: Vacuums
mode: bridge
port: 21081
filter:
include_entities:
- vacuum.main_floor_roomba
- vacuum.upstairs_roomba
- vacuum.basement_roomba
- name: Fans
mode: bridge
port: 21082
filter:
include_entities:
- fan.USER1s_office_fan
- fan.living_room_east
- fan.living_room_west
- name: Binary Sensors
mode: bridge
port: 21084
filter:
include_entities:
- binary_sensor.living_room_motion
- binary_sensor.dining_room_motion
- binary_sensor.kitchen_motion
- binary_sensor.bathroom_motion
- binary_sensor.USER1s_office_motion
- binary_sensor.USER2s_office_motion
- binary_sensor.stairs_motion
- binary_sensor.upstairs_bathroom_motion
- binary_sensor.basement_motion
- binary_sensor.craft_room_motion
- binary_sensor.fitness_room_motion
- binary_sensor.front_door_opened
- binary_sensor.back_door_opened
- binary_sensor.basement_door_opened
- name: Sensors
mode: bridge
port: 21085
filter:
include_entities:
- sensor.living_room_temperature
- sensor.main_floor_temperature
- sensor.kitchen_temperature
- sensor.bedroom_temperature
- sensor.bathroom_temperature
- sensor.office_temperature
- sensor.USER2_office_temperature
- sensor.guest_bedroom_temperature
- sensor.basement_temperature
- sensor.laundry_room_temperature
- sensor.garage_temperature
- sensor.office_fan_humidity
- sensor.craft_room_temperature
- sensor.fitness_room_temperature
- sensor.bathroom_humidity
- sensor.craft_room_humidity
- sensor.fitness_room_humidity
- sensor.main_floor_humidity
- sensor.office_fan_humidity
- name: Input Boolean
mode: bridge
port: 21086
filter:
include_entities:
- input_boolean.bedtime
#################################################################
## HomeKit Accessory Mode
#################################################################
- name: Front Door Camera
mode: accessory
port: 21077
filter:
include_entities:
- camera.front_door
entity_config:
camera.front_door:
video_codec: copy
linked_motion_sensor: binary_sensor.front_door_camera_person_detected
linked_doorbell_sensor: binary_sensor.front_door_camera_doorbell
- name: Front Porch Camera
mode: accessory
port: 21064
filter:
include_entities:
- camera.front_porch
entity_config:
camera.front_porch:
video_codec: copy
- name: Driveway Camera
mode: accessory
port: 21065
filter:
include_entities:
- camera.driveway
entity_config:
camera.driveway:
video_codec: copy
- name: Backyard Gate Camera
mode: accessory
port: 21066
filter:
include_entities:
- camera.backyard_gate
entity_config:
camera.backyard_gate:
video_codec: copy
- name: Backyard Camera
mode: accessory
port: 21067
filter:
include_entities:
- camera.backyard
entity_config:
camera.backyard:
video_codec: copy
- name: Side Yard Camera
mode: accessory
port: 21068
filter:
include_entities:
- camera.side_yard
entity_config:
camera.side_yard:
video_codec: copy
- name: Garage Camera
mode: accessory
port: 21069
filter:
include_entities:
- camera.garage
entity_config:
camera.garage:
video_codec: copy
linked_motion_sensor: binary_sensor.garage_camera_object_detected
- name: Front Yard Camera
mode: accessory
port: 21070
filter:
include_entities:
- camera.front_yard
entity_config:
camera.front_yard:
video_codec: copy
- name: Front Door Lock
mode: accessory
port: 21071
filter:
include_entities:
- lock.front_door
entity_config:
lock.front_door:
linked_battery_sensor: sensor.front_door_lock_batt
- name: Back Door Lock
mode: accessory
port: 21072
filter:
include_entities:
- lock.back_door
entity_config:
lock.back_door:
linked_battery_sensor: sensor.back_door_lock_batt
- name: Basement Door Lock
mode: accessory
port: 21073
filter:
include_entities:
- lock.basement_door
entity_config:
lock.basement_door:
linked_battery_sensor: sensor.basement_door_lock_batt
- name: Living Room TV
mode: accessory
port: 21074
filter:
include_entities:
- remote.living_room_tv
- name: Bedroom TV
mode: accessory
port: 21075
filter:
include_entities:
- remote.bedroom_tv
- name: USER1's Office TV
mode: accessory
port: 21076
filter:
include_entities:
- remote.USER1_s_office_tv
- name: Alarm
mode: accessory
port: 21087
filter:
include_entities:
- alarm_control_panel.alarm
- name: Thermostat
mode: accessory
port: 21089
filter:
include_entities:
- climate.main_floor
- name: USER1's Office Heater
mode: accessory
port: 21090
filter:
include_entities:
- climate.USER1s_office_fan