-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
293 lines (251 loc) · 7.66 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
---
####################################################
# #
# HOME ASSISTANT #
# #
####################################################
# https://home-assistant.io/docs/configuration/basic/
homeassistant:
auth_providers:
- type: trusted_networks
trusted_networks:
- 192.168.0.0/23
- 10.8.0.0/24
- 172.17.0.0/24
- type: homeassistant
# Customization file
packages: !include_dir_named packages
customize: !include customize.yaml
allowlist_external_dirs:
- !secret dirwhitelist1
- !secret dirwhitelist2
- !secret dirwhitelist3
- !secret dirwhitelist4
external_url: http://192.168.0.30:8123/
internal_url: http://192.168.0.30:8123/
system_health:
# Influx DB
influxdb:
host: 192.168.0.30
port: 8086
database: home_assistant
max_retries: 3
default_measurement: state
utility_meter:
hourly_energy:
source: sensor.emoncms6_overallkwh
cycle: hourly
daily_energy:
source: sensor.emoncms6_overallkwh
cycle: daily
weekly_energy:
source: sensor.emoncms6_overallkwh
cycle: weekly
monthly_energy:
source: sensor.emoncms6_overallkwh
cycle: monthly
yearly_energy:
source: sensor.emoncms6_overallkwh
cycle: yearly
# https://home-assistant.io/components/history/
history:
# https://home-assistant.io/components/config/
config:
# https://home-assistant.io/components/recorder/
recorder:
purge_keep_days: 2
# https://home-assistant.io/components/logger/
logger:
default: warning
# logs:
# homeassistant.components.sensor.template: critical
# homeassistant.components.cover: critical
ios:
# iOS App SupporT
mobile_app:
http:
sun:
# Checks for available updates
# Note: This component will send some information about your system to
# the developers to assist with development of Home Assistant.
# For more information, please see:
# https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
# Optional, allows Home Assistant developers to focus on popular components.
# include_used_components: true
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# View all events in a logbook
logbook:
# Enables a map showing the location of tracked devices
map:
# Text to speech
tts:
- platform: google_translate
service_name: google_say
# Cloud
cloud:
zeroconf:
ssdp:
####################################################
# #
# LINKS TO INDIVUAL CONFIGURATION FILES #
# #
####################################################
# https://home-assistant.io/docs/configuration/splitting_configuration/
alert: !include_dir_merge_list alerts/
automation: !include automations.yaml
binary_sensor: !include_dir_merge_list binary_sensors/
camera: !include camera.yaml
device_tracker: !include device_tracker.yaml
frontend: !include frontend.yaml
group: !include groups.yaml
input_boolean: !include input_boolean.yaml
input_select: !include input_select.yaml
mqtt: !include_dir_merge_list mqtt/
notify: !include_dir_merge_list notification/
script: !include scripts.yaml
sensor: !include_dir_merge_list sensors/
shell_command: !include shell_commands.yaml
switch: !include_dir_merge_list switches/
python_script: !include_dir_merge_named python_scripts/
####################################################
# #
# OPEN WEATHER MAP #
# #
####################################################
# https://home-assistant.io/components/weather.openweathermap/
weather:
- platform: darksky
api_key: !secret darkskyapi
####################################################
# #
# NEST #
# #
####################################################
# https://home-assistant.io/components/nest/
nest:
client_id: !secret nest_client_id
client_secret: !secret nest_client_secret
####################################################
# #
# Media Players #
# #
####################################################
media_source:
media_player:
- platform: lg_netcast
host: 192.168.0.72
access_token: !secret lgpairkey
name: LG Smart TV
- platform: kodi
host: 192.168.0.43
name: Kodi Lounge
####################################################
# #
# Wemo Plugs #
# #
####################################################
wemo:
static:
- 192.168.1.16
- 192.168.1.17
- 192.168.1.18
####################################################
# #
# Limitless LED #
# #
####################################################
light:
- platform: limitlessled
bridges:
- host: 192.168.1.85
groups:
- number: 1
type: rgbw
name: LoungeLight2
- number: 2
type: rgbw
name: LoungeLight3
- number: 3
type: rgbw
name: LoungeLight4
- number: 4
type: rgbw
name: LoungeLight5
- platform: flux_led
devices:
192.168.0.86:
name: led_strip_lounge
# - platform: group
# name: Kitchen Blinds
# entities:
# - cover.left_bifold
# - cover.mid_bifold
# - cover.right_bifold
panel_iframe:
kodi_remote:
title: "Kodi Remote"
url: "http://192.168.0.43:8080"
icon: mdi:kodi
####################################################
#
# Blinds #
# #
####################################################
####################################################
# #
# Image Processing #
# #
####################################################
image_processing: !include_dir_merge_list imageprocessing/
# speedtestdotnet:
# scan_interval:
# hours: 3
# monitored_conditions:
# - ping
# - download
# - upload
person:
eufy_vacuum:
devices:
- name: Buttons
address: 192.168.1.81
access_token: !secret EufyRoboVacKey
id: !secret EufyRoboVacID
type: T2118
climate:
- platform: floureon
name: UnderfloorHeating
host: 192.168.1.82
homekit:
ip_address: 192.168.0.30
filter:
include_domains:
- switch
- light
- media_player
- sensor
- cover
- climate
stream:
telegram_bot:
- platform: polling
api_key: !secret telegram_api_key
allowed_chat_ids:
- !secret telegram_user_id
birthdays:
- name: Rob
date_of_birth: !secret rob_birthday
- name: Kirsty
date_of_birth: !secret kirsty_birthday
- name: Iona
date_of_birth: !secret iona_birthday
- name: Ethan
date_of_birth: !secret ethan_birthday
####################################################
# #
# END OF CONFIGURATION FILE #
# #
####################################################