-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
142 lines (133 loc) · 3.86 KB
/
Copy pathconfiguration.yaml
File metadata and controls
142 lines (133 loc) · 3.86 KB
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
#################################################################
## 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/kiosk-mode/kiosk-mode.js
logbook:
exclude:
entity_globs:
- binary_sensor.pir*
- number.awtrix_*
- sensor.awtrix*
- sensor.dsmr_*
- sensor.*_last_seen
- sensor.slimmelezer*
domains:
- automation
- input_boolean
- media_player
logger:
default: warn
logs:
homeassistant.components.analytics: info # I'd like to see what is sent
filters:
homeassistant.components.goodwe.coordinator:
- "No valid response received even after 10 retries"
homeassistant.components.automation.weerhuisje_update_air_quality_sensors:
- "Timeout"
- "timeout"
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:
dashboards:
lovelace:
mode: yaml
filename: dashboards/ui-lovelace.yaml
title: Home
icon: mdi:home-assistant
show_in_sidebar: true
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: Kaart
icon: mdi:map
show_in_sidebar: true
require_admin: false
tsv-dashboards:
mode: yaml
filename: dashboards/tsv/tsv.yaml
title: TSV
icon: mdi:tablet-dashboard
show_in_sidebar: true
require_admin: false
recorder:
exclude:
domains:
- camera
- sun
- update
entity_globs:
- sensor.*_geocoded_*
- sensor.*_last_seen
- sensor.*_on_today
- sensor.*_uptime
- sensor.*_voltage
- sensor.*_wifi_signaal
- sensor.afvalinfo_*
- sensor.dsmr_reading_phase_*
- sensor.on_grid_*
- sensor.pv1_*
- sensor.pv2_*
- sensor.slimmelezer*
- sensor.smartevse_6360_esp*
- sensor.smartevse_6360_mains*
- sensor.sun_*
- sensor.zonneplan_for*
entities:
- sensor.awtrix_6caff8_current_app
- sensor.awtrix_6caff8_free_ram
- sensor.droger_completion_time
- sensor.dsmr_consumption_gas_currently_delivered
- sensor.dsmr_reading_electricity_currently_delivered
- sensor.smartevse_6360_evchargepower
- sensor.smartevse_6360_evenergycharged
- sensor.smartevse_6360_wifirssi
- 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:
stream:
ll_hls: false
#################################################################
## Components not using includes
#################################################################
command_line:
notify:
# Notify bogus service
# Used to let automations not error out
name: bogus
command: ":" # bash no-op command
sonos:
media_player:
advertise_addr: !secret sonos_host