-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathconfiguration.yaml
298 lines (255 loc) · 6.81 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
291
292
293
294
295
296
297
298
#################################################################
## Home Assistant - Core Configuration
#################################################################
homeassistant:
# Name of the location where Home Assistant is running
#name: Home
# Location required to calculate the time the sun rises and sets
#latitude: !secret secret_latitude
#longitude: !secret secret_longitude
#elevation: !secret secret_elevation
#unit_system: imperial
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
#time_zone: America/Chicago
customize: !include customize.yaml
# Enables the frontend
frontend:
# extra_html_url:
# - /local/hass-bha-icons.html
# Track the sun
sun:
# Discovery of devices automatically if supported
#discovery:
# Config options for system and discovery devices
config:
person:
system_health:
mobile_app:
ssdp:
zeroconf:
http:
#base_url: !secret secret_base_url
ssl_certificate: !secret secret_ssl_certificate
ssl_key: !secret secret_ssl_key
energy:
#################################################################
## Components
#################################################################
# Custom Logging Setting
#logger:
# default: info
# logs:
# homeassistant.components.device_tracker.nmap_tracker: debug
#logger:
# default: info
# logs:
# aiounifi: debug
# homeassistant.components.unifi: debug
# homeassistant.components.device_tracker.unifi: debug
# homeassistant.components.switch.unifi: debug
# Enables support for tracking state changes over time.
history:
tts:
- platform: amazon_polly
aws_access_key_id: !secret secret_aws_access_key_id
aws_secret_access_key: !secret secret_aws_secret_access_key
# Stream Componant
stream:
ll_hls: false
# LG TV
#webostv:
# - name: Family Room TV
# host: 'REDACTED.80'
# - name: Basement TV
# host: 'REDACTED.42'
#proximity:
# home_tesla:
# zone: home
# devices:
# - device_tracker.tesla_location
# tolerance: 10
# unit_of_measurement: m
# WeMo
wemo:
static:
# - REDACTED.46 ## Red Sea UV Light
- REDACTED.47 ## Mixing Pump
# - REDACTED.48
- REDACTED.70 ## Washing Machine
- REDACTED.71 ## Golf Cart
- REDACTED.72 ## Sound Machine
# - REDACTED.73
# - REDACTED.69
#tplink:
# discovery: false
# strip:
# - host: REDACTED.49
# - host: REDACTED.50
#tuya:
# username: !secret secret_tuya_username
# password: !secret secret_tuya_password
# country_code: 1
# Weather
#weather:
# - platform: darksky
# api_key: !secret secret_darksky_api_key
# mode: daily
## Lutron Caseta Pro - Custom Componant
#lutron_caseta_pro:
# bridges:
# - host: REDACTED.82
# mac: REDACTED
# default_transition_seconds: 1.0
# # Note: Configure only switches, shades, and fans, all others will be dimmers
# fan: [ 4, 9, 11, 14, 15 ]
### Ecobee Key Not needed after first restart and setup
#ecobee:
# api_key: !secret secret_ecobee_apikey
# hold_temp: true
# Nest
#nest:
# client_id: !secret secret_nest_clientid
# client_secret: !secret secret_nest_secret
#pi_hole:
# host: REDACTED.4
################################################################
## Media Players
################################################################
#plex:
# host: REDACTED.100
# token: !secret secret_plex_token
#################################################################
## Alarm Panel - Envisalink-DSC
#################################################################
envisalink:
#optional
port: 4025
evl_version: 4
keepalive_interval: 60
zonedump_interval: 30
#required
host: !secret secret_envisalink_host
panel_type: DSC
user_name: !secret secret_alarm_user_name
password: !secret secret_alarm_password
code: !secret secret_alarm_code
zones:
1:
name: 'Garage Entry Door'
type: 'opening'
2:
name: 'Garage Back Door'
type: 'opening'
3:
name: 'Front Door'
type: 'opening'
4:
name: 'Back Door'
type: 'opening'
partitions:
1:
name: 'Home Alarm'
######## Timer ########
timer:
alarm_kitchen_sink_water_sensor:
duration: '00:00:15'
animate_outside_timer:
duration: '00:00:20'
# Counters
counter:
lift_station_activations_counter:
name: 'Lift Station Activations'
initial: 0
step: 1
icon: mdi:counter
lift_station_activations_counter_current_day:
name: 'Lift Station Activations Current Day'
initial: 0
step: 1
icon: mdi:counter
lift_station_activations_counter_last_day:
name: 'Lift Station Activations Last Day'
initial: 0
step: 1
icon: mdi:counter
double_garage_spring_counter:
name: 'Double Garage Door Spring Counter'
initial: 0
step: 1
icon: mdi:counter
single_garage_spring_counter:
name: 'Single Garage Door Spring Counter'
initial: 0
step: 1
icon: mdi:counter
######## Input DateTime ########
input_datetime:
USER2_wakeup_time:
name: USER2 Wakeup Time
has_date: false
has_time: true
USER3_wakeup_time:
name: USER3 Wakeup Time
has_date: false
has_time: true
USER4_wakeup_time:
name: USER4 Wakeup Time
has_date: false
has_time: true
biocube_media_date:
name: Biocube Media Install Date
has_date: true
has_time: false
biocube_floss_date:
name: Biocube Filter Floss Install Date
has_date: true
has_time: false
biocube_gel_date:
name: Dr. Tim Waste Away Gel Install Date
has_date: true
has_time: false
red_sea_algae_scrubber_light_on_time:
name: Red Sea Algae Scrubber On Time
has_date: false
has_time: true
red_sea_algae_scrubber_light_off_time:
name: Red Sea Algae Scrubber Off Time
has_date: false
has_time: true
chore_dishwasher_reminder:
name: Dishwasher Reminder Time
has_date: false
has_time: true
chore_USER4_bedroom_reminder:
name: USER4 Bedroom Reminder Time
has_date: false
has_time: true
chore_USER3_bedroom_reminder:
name: USER3 Bedroom Reminder Time
has_date: false
has_time: true
chore_USER4_bathroom_reminder:
name: USER4 Bathroom Reminder Time
has_date: false
has_time: true
chore_USER3_bathroom_reminder:
name: USER3 Bathroom Reminder Time
has_date: false
has_time: true
######## INCLUDES ########
automation: !include_dir_merge_list automation
logbook: !include logbook.yaml
#recorder: !include recorder.yaml
group: !include groups.yaml
sensor: !include sensors.yaml
homekit: !include homekit.yaml
input_boolean: !include input_boolean.yaml
input_select: !include input_select.yaml
input_number: !include input_number.yaml
light: !include light_group.yaml
cover: !include cover.yaml
script: !include scripts.yaml
command_line: !include command_line.yaml
cloud: !include cloud.yaml
mqtt: !include mqtt.yaml
template: !include template.yaml