-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomekit.yaml
152 lines (126 loc) · 4.15 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
- filter:
include_entities:
- binary_sensor.den_motion_occupancy
- binary_sensor.porch_motion_occupancy
- binary_sensor.hallway_motion_occupancy
- binary_sensor.chair_occupancy
- binary_sensor.den_door_contact
- binary_sensor.back_door_contact
- binary_sensor.living_room_presence
- binary_sensor.kitchen_presence
- sensor.living_room_temperature
- sensor.living_room_humidity
- sensor.den_temperature
- sensor.den_humidity
- sensor.hygrometer_temperature
- sensor.hygrometer_humidity
- sensor.kitchen_temperature_and_humidity_humidity
- sensor.kitchen_temperature_and_humidity_temperature
- light.living_room_lamp
- light.chandelier
- light.led_strip
- light.shapes
- light.light
- light.lamp
- light.guest_bed_light
- light.guest_light
- light.tv_led_strip
- light.hallway_chandelier
- light.kitchen_light
- light.backyard_lights
- light.porch_light
- light.string_lights
- light.alleyway_lights
- media_player.google_tv
- media_player.google_tv_streamer
- cover.curtains
- switch.workstation
- switch.charger
- switch.diffuser
- switch.heating
- switch.boiler
- switch.bed_warmer
- switch.kettle
- switch.christmas_lights
- climate.heater
#Configure Each Entity
entity_config:
cover.curtains:
name: Curtains
linked_battery_sensor: sensor.curtains_battery
binary_sensor.den_motion_occupancy:
name: Den Motion
linked_battery_sensor: sensor.den_motion_battery
low_battery_threshold: 20
binary_sensor.porch_motion_occupancy:
name: Porch Motion
linked_battery_sensor: sensor.porch_motion_battery
low_battery_threshold: 20
binary_sensor.hallway_motion_occupancy:
name: Hallway Motion
linked_battery_sensor: sensor.hallway_motion_battery
low_battery_threshold: 20
binary_sensor.kitchen_presence:
name: Kitchen Presence
binary_sensor.living_room_presence:
name: Living Room Presence
binary_sensor.chair_occupancy:
name: Chair Occupancy
linked_battery_sensor: sensor.vibration_battery
low_battery_threshold: 20
binary_sensor.back_door_contact:
name: Backyard Door
linked_battery_sensor: sensor.back_door_battery
low_battery_threshold: 20
sensor.den_humidity:
name: Den Humidity
linked_battery_sensor: sensor.den_temperature_and_humidity_battery
low_battery_threshold: 20
sensor.den_temperature:
name: Den Temperature
linked_battery_sensor: sensor.den_temperature_and_humidity_battery
low_battery_threshold: 20
sensor.kitchen_temperature_and_humidity_humidity:
name: Kitchen Humidity
linked_battery_sensor: sensor.kitchen_temperature_and_humidity_battery
low_battery_threshold: 20
sensor.kitchen_temperature_and_humidity_temperature:
name: Kitchen Temperature
linked_battery_sensor: sensor.kitchen_temperature_and_humidity_battery
low_battery_threshold: 20
sensor.hygrometer_temperature:
name: Outdoor Temperature
linked_battery_sensor: sensor.hygrometer_battery
low_battery_threshold: 20
sensor.hygrometer_humidity:
name: Outdoor Humidity
linked_battery_sensor: sensor.hygrometer_battery
low_battery_threshold: 20
sensor.porch_motion_illuminance:
name: Porch Illumination
sensor.living_room_temperature:
name: Living Room Temperature
sensor.living_room_humidity:
name: Living Room Humidity
switch.christmas_lights:
name: Christmas Lights
switch.heating:
name: Heating
light.backyard_lights:
name: Backyard String Lights
light.string_lights:
name: Hallway String Lights
light.shapes:
name: Shapes
light.lamp:
name: Bed Lamp
light.porch_light:
name: Porch Light
light.hallway_chandelier:
name: Hallway Chandelier
media_player.google_tv:
feature_list:
- feature: on_off
- feature: play_pause
- feature: play_stop
- feature: toggle_mute