-
Notifications
You must be signed in to change notification settings - Fork 11
/
configuration.yaml
208 lines (191 loc) · 5.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
#################################################################
## Home Assistant Core
#################################################################
homeassistant:
auth_providers:
- type: homeassistant
auth_mfa_modules:
- type: totp
name: Authenticator app
- type: notify
message: "Access token: {}"
include:
- mobile_app_sm_a556b
packages: !include_dir_merge_named packages/
frontend:
themes: !include_dir_merge_named themes/
extra_module_url:
- /hacsfiles/lovelace-card-mod/card-mod.js
history:
http:
ip_ban_enabled: true
login_attempts_threshold: 2
use_x_forwarded_for: true
trusted_proxies: !secret http_trusted_proxies
logbook:
exclude:
entities:
- sensor.kamertemperatuur
entity_globs:
- binary_sensor.pir*
- binary_sensor.sm_a55*
- binary_sensor.sm_a33_*
- binary_sensor.schad*
- number.awtrix_*
- sensor.awtrix*
- sensor.dsmr_*
- sensor.*_last_seen
- sensor.slimme_lezer*
domains:
- automation
- input_boolean
- media_player
logger:
default: warn
logs:
homeassistant.components.analytics: info # I'd like to see what is sent
filters:
custom_components.hpprinter.managers.rest_api:
- "Error: Cannot connect to host"
custom_components.mitsubishi_wf_rac.wfrac.device:
- "something went wrong updating the airco"
custom_components.xiaomi_miot.fan:
- "Unable to discover the device"
homeassistant.components.goodwe.coordinator:
- "No valid response received even after 10 retries"
homeassistant.components.automation.weerhuisje_update_air_quality_sensors:
- "Timeout"
- "timeout"
homeassistant.helpers.entity:
- "Update of fan.zhimi_cpa4_3bce_air_purifier is taking over 10 seconds"
pychromecast.socket_client:
# Mute cast reconnection warnings/errors
- "Error communicating with socket, resetting connection"
- "Error reading from socket"
- "Failed to connect to service"
- "Heartbeat timeout, resetting connection"
lovelace:
mode: yaml
resources: !include dashboards/resources.yaml
dashboards:
lovelace-admin:
mode: yaml
filename: dashboards/admin/admin.yaml
title: Admin
icon: mdi:security
show_in_sidebar: true
require_admin: true
lovelace-map:
mode: yaml
filename: dashboards/map/map.yaml
title: Map
icon: mdi:map
show_in_sidebar: true
require_admin: false
recorder:
exclude:
domains:
- camera
- media_player
- sun
- update
entity_globs:
- sensor.*_geocoded_*
- sensor.*_last_seen
- sensor.*_linkquality
- sensor.*_uptime
- sensor.afvalinfo_*
- sensor.dsmr_reading_phase_currently_delivered_l*
- sensor.dsmr_reading_phase_power_current_l*
- sensor.dsmr_reading_phase_voltage_l*
- sensor.on_grid_*
- sensor.pv1_*
- sensor.pv2_*
- sensor.slimmelezer*
- sensor.smartevse_6360_esp*
- sensor.smartevse_6360_evmeter*
- sensor.smartevse_6360_mains*
- sensor.smartevse_mains_*
- sensor.sun_*
- sensor.zonneplan_for*
entities:
- sensor.awtrix_6caff8_current_app
- sensor.droger_dryer_completion_time
- sensor.dsmr_consumption_gas_currently_delivered
- sensor.dsmr_reading_electricity_currently_delivered
- sensor.knmi_all_data
- sensor.smartevse_6360_evchargepower
- sensor.smartevse_6360_evenergycharged
- sensor.smartevse_total_mains
- sensor.todays_total_production_preserved
#################################################################
## Includes
#################################################################
automation: !include automations.yaml
google_assistant: !include includes/googleassistant.yaml
script: !include scripts.yaml
#################################################################
## default_config items not included elsewhere
#################################################################
#default_config:
application_credentials:
backup:
bluetooth:
cloud:
dhcp:
diagnostics:
energy:
homeassistant_alerts:
media_source:
mobile_app:
my:
ssdp:
stream:
sun:
webhook:
zeroconf:
#################################################################
## Components not using includes
#################################################################
command_line:
notify:
# Notify bogus service
# Used to let automations not error out
name: bogus
command: ":" # bash no-op command
ffmpeg: # Used by doorbell
sonos:
media_player:
advertise_addr: !secret sonos_host
notify:
- platform: tts
name: tts_woonkamer
tts_service: tts.microsoft_say
media_player: media_player.nest_hub_woonkamer
- platform: tts
name: tts_hele_huis
tts_service: tts.microsoft_say
media_player: media_player.hele_huis
- platform: smtp
name: "Email"
sender: !secret smtp_sender
sender_name: "Homeassistant"
username: !secret smtp_sender
password: !secret smtp_sender_password
recipient: !secret smtp_recipient
server: !secret smtp_server
port: !secret smtp_server_port
encryption: tls
spotcast:
sp_dc: !secret spotcast_sp_dc
sp_key: !secret spotcast_sp_key
accounts:
t:
sp_dc: !secret spotcast_t_sp_dc
sp_key: !secret spotcast_t_sp_key
tts:
- platform: microsoft
api_key: !secret tts_azure_api_key
region: westeurope
language: nl-nl
type: FennaNeural