forked from geekofweek/homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
290 lines (265 loc) · 6.73 KB
/
configuration.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
#################################################################
## Home Assistant Core
#################################################################
homeassistant:
name: Home
latitude: !secret latitude
longitude: !secret longitude
elevation: !secret elevation
unit_system: imperial
time_zone: America/Chicago
customize: !include customize.yaml
frontend:
updater:
reporting: false
sun:
conversation:
discovery:
ignore:
#- apple_tv
- harmony
- deconz
- wink
config:
person:
system_health:
mobile_app:
ssdp:
zeroconf:
map:
stream:
http:
ssl_certificate: !secret ssl_certificate
ssl_key: !secret ssl_key
base_url: !secret base_url
#ip_ban_enabled: true
#login_attempts_threshold: 10
#################################################################
## Components
#################################################################
hue:
bridges:
- host: REDACTED.106
allow_hue_groups: false
allow_unreachable: true
lutron_caseta:
host: REDACTED.130
keyfile: !secret lutron_keyfile
certfile: !secret lutron_certfile
ca_certs: !secret lutron_cacerts
vera:
vera_controller_url: http://REDACTED.132:3480/
exclude: [ 19]
media_player:
- platform: yamaha
name: "Media Center Receiver"
host: REDACTED.94
source_ignore:
- "AUX"
- "AV1"
- "AV2"
- "AV3"
- "Bluetooth"
- "Deezer"
- "MusicCast Link"
- "NET RADIO"
- "Pandora"
- "SERVER"
- "Spotify"
- "TIDAL"
- "TUNER"
- "USB"
source_names:
HDMI1: "Apple TV"
HDMI2: "Xbox One X"
HDMI3: "Nintendo Switch"
HDMI4: "Wii U"
AUDIO1: "TV Audio"
AUDIO2: "Sonos Digital"
AUDIO3: "Sonos"
#apple_tv:
# - name: Living Room Apple TV
# host: REDACTED.150
# login_id: !secret apple_tv_login_id
# credentials: !secret apple_tv_living_room_cred
# start_off: false
# - name: Guest Bedroom Apple TV
# host: REDACTED.153
# login_id: !secret apple_tv_login_id
# credentials: !secret apple_tv_guest_bedroom_cred
# start_off: false
# - name: Bedroom Apple TV
# host: REDACTED.152
# login_id: !secret apple_tv_login_id
# credentials: !secret apple_tv_bedroom_cred
# start_off: false
# - name: Office Apple TV
# host: REDACTED.153
# login_id: !secret apple_tv_login_id
# credentials: !secret apple_tv_office_cred
# start_off: false
remote:
- platform: harmony
name: Media Center
host: REDACTED.109
activity: Watch TV
- platform: harmony
name: Bedroom TV
host: REDACTED.247
activity: Watch TV
- platform: harmony
name: Office TV
host: REDACTED.176
activity: Watch TV
wemo:
discovery: false
static:
- REDACTED.111
- REDACTED.112
- REDACTED.113
- REDACTED.115
- REDACTED.116
- REDACTED.172
- REDACTED.32
ifttt:
key: !secret ifttt_key
ring:
username: !secret ring_username
password: !secret ring_password
camera:
- platform: generic
name: Front Porch
still_image_url: https://REDACTED.181/snap.jpeg
stream_source: rtsp://REDACTED.3:7447/REDACTED
verify_ssl: false
- platform: generic
name: Driveway
still_image_url: https://REDACTED.183/snap.jpeg
stream_source: rtsp://REDACTED.3:7447/REDACTED
verify_ssl: false
- platform: generic
name: Garage
still_image_url: https://REDACTED.91/snap.jpeg
stream_source: rtsp://REDACTED.3:7447/REDACTED
verify_ssl: false
- platform: generic
name: Backyard Gate
still_image_url: https://REDACTED.25/snap.jpeg
stream_source: rtsp://REDACTED.3:7447/REDACTED
verify_ssl: false
- platform: generic
name: Side Yard
still_image_url: https://REDACTED.90/snap.jpeg
stream_source: rtsp://REDACTED.3:7447/REDACTED
verify_ssl: false
- platform: generic
name: Backyard
still_image_url: https://REDACTED.REDACTED/snap.jpeg
stream_source: rtsp://REDACTED.3:7447/REDACTED
verify_ssl: false
- platform: generic
name: Basement
still_image_url: https://REDACTED.97/snap.jpeg
stream_source: rtsp://REDACTED.3:7447/REDACTED
verify_ssl: false
- platform: generic
name: Living Room
still_image_url: https://REDACTED.46/snap.jpeg
stream_source: rtsp://REDACTED.3:7447/yb1q1StMMJm4y3D9
verify_ssl: false
tts:
- platform: amazon_polly
aws_access_key_id: !secret aws_access_key_id
aws_secret_access_key: !secret aws_secret_access_key
google:
client_id: !secret google_client_id
client_secret: !secret goole_client_secret
track_new_calendar: true
vacuum:
- platform: roomba
host: REDACTED.228
username: !secret downstairs_roomba_username
password: !secret downstairs_roomba_password
name: Downstairs Roomba
- platform: roomba
host: REDACTED.229
username: !secret upstairs_roomba_username
password: !secret upstairs_roomba_password
name: Upstairs Roomba
weather:
- platform: darksky
api_key: !secret darksky_api_key
mode: daily
name: "REDACTED, MO"
nest:
client_id: !secret nest_client_id
client_secret: !secret nest_client_secret
dyson:
username: !secret dyson_username
password: !secret dyson_password
language: US
devices:
- device_id: !secret dyson_id
device_ip: REDACTED.95
notify:
- name: REDACTED
platform: smtp
server: smtp.gmail.com
port: 587
timeout: 15
sender: REDACTED
encryption: starttls
username: REDACTED
password: !secret gmail_app_password
recipient:
sender_name: REDACTED
alarm_control_panel:
- platform: manual
name: Alarm
code_arm_required: false
pending_time: 30
delay_time: 30
trigger_time: 120
disarmed:
trigger_time: 0
armed_home:
delay_time: 30
trigger_time: 60
pending_time: 30
armed_away:
delay_time: 15
trigger_time: 120
pending_time: 30
#pi_hole:
# host: REDACTED.4
#pi_hole:
# host: REDACTED.5
#smartthinq:
# token: !secret smartthinqtoken
# region: US
# language: en-US
hacs:
token: !secret githubtoken
sidepanel_title: Community
sidepanel_icon: mdi:alpha-c-box
appdaemon: false
python_script: false
#################################################################
## Includes
#################################################################
automation: !include_dir_merge_list automation
recorder: !include recorder.yaml
logbook: !include logbook.yaml
history: !include history.yaml
group: !include groups.yaml
sensor: !include sensors.yaml
binary_sensor: !include binary_sensor.yaml
input_boolean: !include input_boolean.yaml
input_select: !include input_select.yaml
script: !include scripts.yaml
light: !include light_group.yaml
homekit: !include homekit.yaml
ios: !include ios.yaml
switch: !include switch.yaml
emulated_hue: !include emulated_hue.yaml