-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
206 lines (187 loc) · 4.58 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
homeassistant:
name: Home
latitude: !secret latitude
longitude: !secret longitude
country: CA
elevation: 223
unit_system: metric
time_zone: America/Toronto
customize: !include customize.yaml
external_url: !secret external_url
internal_url: !secret internal_url
########### !include Configuration #############
light: !include_dir_merge_list light/
sensor: !include_dir_merge_list sensor/
group: !include_dir_merge_named group/
# automation editor: !include automations.yaml
automation folder: !include_dir_merge_list automations/
# panel_iframe: !include_dir_merge_list panel_iframe/
shell_command: !include_dir_merge_named shell-commands/
binary_sensor: !include_dir_merge_list binary-sensor/
media_player: !include media_player.yaml
input_boolean: !include input_boolean.yaml
input_select: !include input_select.yaml
script: !include_dir_merge_named scripts/
switch: !include_dir_merge_list switch/
# packages: !include_dir_named packages
input_text: !include input_text.yaml
# input_slider: !include input_slider.yaml
scene: !include scenes.yaml
image_processing: !include image_processing.yaml
###############################################
#################### HTTP #####################
http:
use_x_forwarded_for: true
trusted_proxies: 192.168.0.17
##############################################
api:
default_config:
############## Voice Assistant's ##############
alexa: !include alexa.yaml
homekit:
- name: Steplock Home
port: 21063
ip_address: 192.168.0.19
filter:
include_domains:
- climate
- switch
- light
include_entities:
- cover.garage_door
exclude_entities: !include homekit_exclude.yaml
# filter:
# include_entities:
# - demo.demo
- name: Driveway Camera
port: 21064
ip_address: 192.168.0.19
mode: accessory
filter:
include_entities:
- camera.driveway
- name: Porch Camera
port: 21065
ip_address: 192.168.0.19
mode: accessory
filter:
include_entities:
- camera.porch
- name: Front Door Camera
mode: accessory
port: 21066
ip_address: 192.168.0.19
filter:
include_entities:
- camera.front_door
google_assistant:
project_id: !secret project_id
service_account: !include SERVICE_ACCOUNT.json
exposed_domains:
- switch
- light
- camera
entity_config:
script.going_to_bed:
expose: true
input_boolean.movie_time:
expose: true
cover.garage_door:
expose: true
######################################
########## Basic Configuration ###########
discovery:
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
frontend:
themes: !include_dir_merge_named themes/
config:
map:
mobile_app:
camera: !include_dir_merge_list camera/
#### ESXi Stats #####
esxi_stats:
host: 192.168.0.2
username: !secret esxi_user
password: !secret esxi_pw
#####################
######## Recorder ########
recorder:
# purge_interval: 1
purge_keep_days: 7
db_url: !secret db_url
#########################
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
### Timer ###
timer:
google_kitchen:
# Enables support for tracking state changes over time.
history:
# View all events in a logbook
logbook:
# Track the sun
sun:
# Weather Prediction
weather:
- platform: darksky
api_key: !secret darkskyapi
# - platform: openweathermap
# api_key: !secret owm_key
# Text to speech
tts:
- platform: google_translate
notify: !include_dir_merge_list notify/
zone: !include_dir_merge_list zones/
media_extractor:
media_source:
wemo:
static:
- 192.168.0.88
- 192.168.0.89
- 192.168.0.74
- 192.168.0.78
- 192.168.0.77
- 192.168.0.86
- 192.168.0.87
- 192.168.0.23
- 192.168.0.95
- 192.168.0.82
logger:
default: warn
logs:
homeassistant.components.mqtt.binary_sensor: critical
homeassistant.loader: error
homeassistant.components..switch.alexa_media: error
# logs:
# homeassistant.components.homekit: debug
# pyhap: debug
sonos:
media_player:
hosts: 192.168.0.125
system_health:
stream:
tplink:
discovery: false
switch:
- host: 192.168.0.109
- host: 192.168.0.107
- host: 192.168.0.135
- host: 192.168.0.26
- host: 192.168.0.21
########### InfluxDB ##########
# influxdb:
# host: a0d7b954-influxdb
# port: 8086
# database: homeassistant
# username: !secret influxdb_user
# password: !secret influxdb_pw
# max_retries: 3
# default_measurement: state
###############################
# default_config:
my:
mqtt:
switch: !include_dir_merge_list mqtt/switch/
sensor: !include_dir_merge_list mqtt/sensor/
binary_sensor: !include_dir_merge_list mqtt/binary-sensor/