-
Notifications
You must be signed in to change notification settings - Fork 3
/
configuration.yaml
271 lines (231 loc) · 6.42 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
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 home_lat
longitude: !secret home_lon
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: !secret home_elevation
# metric for Metric, imperial for Imperial
unit_system: imperial
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: America/New_York
# This one has to be here
customize: !include_dir_merge_named customizations/
# Enable 2FA
auth_mfa_modules:
- type: totp
# Enables the frontend
frontend:
themes: !include_dir_merge_named themes/
javascript_version: latest
# Enable config panel
config:
http:
# api_password: !secret http_password
base_url: !secret http_base_url
use_x_forwarded_for: True
trusted_proxies:
- 192.168.54.3
ip_ban_enabled: true
login_attempts_threshold: 10
# Enables support for tracking state changes over time.
history:
# View all events in a logbook
logbook:
# Track the sun
sun:
#Enabled discovery
discovery:
#Enable the map
map:
# Enable the system health
system_health:
# HACS - https://custom-components.github.io/hacs/
hacs:
token: 32d44606e67cb9fcf67405c5cb853f9093a0bb4c
#Custom updater configuration
# custom_updater:
# track:
# - cards
# - components
# - python_scripts
# component_urls:
# - https://raw.githubusercontent.com/keatontaylor/alexa_media_player/master/custom_components.json
# - https://raw.githubusercontent.com/pnbruckner/homeassistant-config/master/custom_components.json
# python_script_urls:
# - https://raw.githubusercontent.com/pnbruckner/homeassistant-config/master/python_scripts.json
# card_urls:
# - https://raw.githubusercontent.com/ljmerza/tracking-number-card/master/custom_updater.json
# - https://raw.githubusercontent.com/rdehuyss/homeassistant-lovelace-google-calendar-card/master/custom_updater.json
# - https://raw.githubusercontent.com/atomic7777/atomic_calendar/master/tracker.json
#Variable custom component - https://github.com/rogro82/hass-variables
variable:
# Stores the last time the filter was changed
furnace_filter:
value: 0
name: Furnace filter change date
restore: true
# Stores the total runtime since the last filter change (updated nightly with an automation)
hvac_runtime:
value: 0
name: HVAC runtime
restore: true
logger:
default: warn
logs:
homeassistant.components.sun: debug
#Zwave Config
zwave:
usb_path: /dev/ttyACM0
autoheal: false
network_key: !secret zwave_network_key
device_config: !include zwave_device_config.yaml
# light:
# - platform: flux_led
# devices:
# 192.168.9.216:
# name: den_tv_leds
hue:
bridges:
- host: 192.168.9.204
remote:
- platform: harmony
name: Den
host: 192.168.9.208
activity: Watch TV
- platform: harmony
name: Master
host: 192.168.9.209
activity: Master AC on/off
# usps:
# name: "USPS Home"
# username: !secret usps_username
# password: !secret usps_password
# driver: chrome
#usps:
# username: !secret usps_username
# password: !secret usps_password
#Google Calendar integration
google:
client_id: !secret google_client_id
client_secret: !secret google_client_secret
#IFTTT Integration
ifttt:
key: !secret ifttt_key
#Alarm panel
alarm_control_panel:
- platform: manual
name: Home Alarm
code: !secret alarm_code
armed_night:
delay_time: 0
armed_home:
delay_time: 30
armed_away:
delay_time: 60
#MQTT discovery broker
#mqtt:
# discovery: true
# discovery_prefix: homeassistant
weather:
- platform: darksky
api_key: !secret darksky_api_key
mode: daily
sense:
email: !secret sense_email
password: !secret sense_password
timeout: 5
mqtt:
broker: 192.168.9.56
linode:
access_token: !secret linode_api_key
ecobee:
api_key: !secret ecobee_api_key
wunderlist:
client_id: !secret wunderlist_client_id
access_token: !secret wunderlist_access_token
octoprint:
host: 192.168.9.33
api_key: !secret octoprint_api_key
name: 'Ender 3'
bed: true
number_of_tools: 1
iqvia:
zip_code: !secret home_zip
monitored_conditions:
- allergy_average_forecasted
- allergy_index_today
- allergy_index_tomorrow
- asthma_average_forecasted
- asthma_index_today
- asthma_index_tomorrow
- disease_average_forecasted
- disease_index_today
#Enable the person component
person:
#Enable the UniFi component
unifi:
controllers:
- host: 192.168.9.47
site: ihj7qv3c
#Enable the Pi-hole component
pi_hole:
host: '192.168.54.2'
ssl: false
verify_ssl: false
#Custom z-wave panel: https://gist.github.com/AdamNaj/cbf4d792a22f443fe9d354e4dca4de00
panel_custom:
- name: zwavegraph2
sidebar_title: Z-Wave Graph
sidebar_icon: mdi:access-point-network
url_path: zwave
#Additional panels
panel_iframe:
esphome:
title: 'ESPHome'
url: 'http://192.168.9.200:6052'
icon: mdi:car-esp
pihole:
title: 'Pi-Hole'
url: 'http://192.168.54.2/admin/'
icon: mdi:pi-hole
octoprint:
title: 'OctoPrint'
url: 'http://192.168.9.33/'
icon: mdi:printer-3d
#Custom component - beta media player: https://github.com/keatontaylor/alexa_media_player
alexa_media:
accounts:
email: !secret amazon_email
password: !secret amazon_password
url: amazon.com
#Custom component - circardian lighting: https://github.com/claytonjn/hass-circadian_lighting
circadian_lighting:
alexa:
#INCLUDES
binary_sensor: !include binary_sensor.yaml
notify: !include notify.yaml
influxdb: !include influxdb.yaml
cover: !include cover.yaml
shell_command: !include shell_command.yaml
sensor: !include_dir_merge_list sensors
camera: !include cameras.yaml
device_tracker: !include device_tracker.yaml
switch: !include switch.yaml
media_player: !include media_player.yaml
group: !include groups.yaml
input_boolean: !include input_boolean.yaml
input_number: !include input_number.yaml
input_select: !include input_select.yaml
input_text: !include input_text.yaml
input_datetime: !include input_datetime.yaml
#history_graph: !include history_graph.yaml
automation: !include_dir_merge_list automations
script: !include scripts.yaml
intent_script: !include intent_script.yaml
zone: !include zone.yaml
water_heater: !include water_heater.yaml
image_processing: !include_dir_merge_list tensorflow
#emulated_hue: !include emulated_hue.yaml
recorder: !include recorder.yaml