-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
288 lines (246 loc) · 7.48 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
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
#---------------------------------------------------------------------------------------------------#
#---------------------------------------------------------------------------------------------------#
#---------------------------------------------------------------------------------------------------#
homeassistant:
# Location required to calculate the time the sun rises and sets
latitude: !secret latitude_sec
longitude: !secret longitude_sec
# Impacts weather/sunrise data, majorly important for circadian_lighting (altitude above sea level in meters)
elevation: !secret elevation_sec
# metric for Metric, imperial for Imperial
unit_system: imperial
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: America/New_York
#allowlist_external_dirs:
# - /documentaries
# - /movies
# - /tv_shows
#---------------------------------------------------------------------------------------------------#
#---------------------------------------------------------------------------------------------------#
#---------------------------------------------------------------------------------------------------#
automation: !include_dir_merge_list automations/
group: !include groups.yaml
light: !include lights.yaml
notify: !include notify.yaml
panel_iframe: !include panel_iframe.yaml
rest_command: !include_dir_merge_list rest/
script: !include_dir_merge_list scripts/
sensor: !include_dir_merge_list sensor/
switch: !include_dir_merge_list switch/
template: !include_dir_merge_list template/
zone: !include zone.yaml
###SYSTEM##################################################################################
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Discover some devices automatically
discovery:
duckdns:
domain: !secret duckdns_domain
access_token: !secret duckdns_token
#folder_watcher:
# - folder: /documentaries
# patterns:
# - '*.mp4'
# - '*.mkv'
# - folder: /movies
# patterns:
# - '*.mp4'
# - '*.mkv'
# - folder: /tv_shows
# patterns:
# - '*.mp4'
# - '*.mkv'
frontend:
# Add themes
themes: !include themes.yaml
gdacs:
categories:
- Drought
- Earthquake
- Flood
- Tropical Cyclone
- Tsunami
- Volcano
radius: 1000
latitude: !secret latitude_sec
longitude: !secret longitude_sec
geo_location:
- platform: usgs_earthquakes_feed
entity_namespace: 'usgs_earthquakes_service_feed'
feed_type: 'past_month_all_earthquakes'
radius: 100
minimum_magnitude: 0.0
- platform: nsw_rural_fire_service_feed
entity_namespace: 'nsw_fire_service_feed'
radius: 100
http:
use_x_forwarded_for: true
trusted_proxies:
- !secret host_nginx_proxy
# View all events in a logbook
logbook:
logger:
default: info
logs:
custom_components.circadian_lighting: debug
aiohue: debug
# Enables a map showing the location of tracked devices
map:
# Track the sun
sun:
system_health:
system_log:
fire_event: true
# Text to speech
tts:
- platform: google_translate
zeroconf:
#---------------------------------------------------------------------------------------------------#
#---------------------------------------------------------------------------------------------------#
#---------------------------------------------------------------------------------------------------#
### USER ADDONS #####################################################################################
###Anniversaries/Countdowns/Tracking###
anniversaries:
sensors:
- name: Our Wedding Anniversary
date: !secret anniversary_wedding
- name: Robby's Birthday
date: !secret birthday_rdw
- name: Emily's Birthday
date: !secret birthday_eew
- name: Weston's Birthday
date: !secret birthday_rww
- name: Annie's Birthday
date: !secret birthday_aew
- name: Robby's Work Anniversary
date: !secret anniversary_work_rob
- name: Grandpa - Memorial
date: !secret memorial_gp_rew
- name: Papaw - Memorial
date: !secret memorial_gp_jlh
- name: Gerald - Memorial
date: !secret memorial_gp_e_gs
binary_sensor:
# - platform: iss
# show_on_map: true
- platform: aurora
camera:
- platform: generic
still_image_url: !secret weathermap1
name: !secret weathermapname1
- platform: generic
still_image_url: !secret weathermap2
name: !secret weathermapname2
- platform: generic
still_image_url: !secret weathermap3
name: !secret weathermapname3
- platform: generic
still_image_url: !secret weathermap4
name: !secret weathermapname4
- platform: generic
still_image_url: !secret weathermap5
name: !secret weathermapname5
- platform: generic
still_image_url: !secret weathermap6
name: !secret weathermapname6
- platform: generic
still_image_url: !secret weathermap7
name: !secret weathermapname7
- platform: generic
still_image_url: !secret weathermap8
name: !secret weathermapname8
- platform: generic
still_image_url: !secret weathermap9
name: !secret weathermapname9
- platform: generic
still_image_url: !secret weathermap10
name: !secret weathermapname10
- platform: generic
still_image_url: !secret weathermap11
name: !secret weathermapname11
- platform: local_file
name: Facebox Processing
file_path: /config/www/facebox/tmp/image.jpg
circadian_lighting:
interval: 600
max_colortemp: 10000
min_colortemp: 2000
device_tracker:
- platform: icloud3
username: !secret icloud_un
password: !secret icloud_password
track_devices:
- !secret icloud_1
- !secret icloud_2
- !secret icloud_3
- !secret icloud_4
- !secret icloud_5
- !secret icloud_6
- !secret icloud_7
- !secret icloud_9
- !secret icloud_10
tracking_method: fmf
- platform: aprs
username: W3RDW # or FO0BAR-1 to FO0BAR-15
callsigns:
- 'W3RDW*'
- 'KE8WSC*'
- 'WB8AM*'
- 'KF8BPW*'
- 'N8CMB*'
- 'W8ITE*'
homekit:
safe_mode: false
filter:
exclude_domains:
- light
- device_tracker
- sensor
- media_player
- device_automation
exclude_entity_globs:
- binary_sensor.*_occupancy
hue:
bridges:
- host: !secret host_hue
allow_unreachable: false
allow_hue_groups: true
circadian_lighting_bridge:
image_processing:
- platform: facebox
ip_address: !secret host_facebox
port: !secret host_facebox_port
source:
- entity_id: camera.facebox_processing
name: facebox_face_detection
influxdb:
host: !secret host_influx
port: 443
ssl: true
api_version: 2
organization: !secret influx_org
bucket: homeassistant
token: !secret influx_token
tags:
source: HA
ios:
plex:
host: !secret host_plex
port: 443
token: !secret plex_token
ssl: false
verify_ssl: false
media_player:
use_episode_art: true
show_all_controls: true
sonos_cloud:
client_id: !secret sonos_dev_client
client_secret: !secret sonos_dev_secret
# https://github.com/jjlawren/sonos_cloud/blob/main/README.md
weather:
- platform: darksky
api_key: !secret darksky_password
latitude: !secret latitude_sec
longitude: !secret longitude_sec