-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
137 lines (120 loc) · 4.96 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
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
homeassistant:
customize: !include customize.yaml
auth_mfa_modules:
- type: totp
http:
server_port: 8123
#cors_allowed_origins:
# - https://google.com
# - https://www.home-assistant.io
ip_ban_enabled: true
login_attempts_threshold: 10
# Text to speech
tts:
- platform: google_translate
service_name: google_translate_say
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
frontend:
themes: !include themes.yaml
extra_module_url:
- /hacsfiles/lovelace-card-mod/card-mod.js
ifttt:
key: !secret ifttt_key
# spotify:
# client_id: !secret spotify_client_id
# client_secret: !secret spotify_client_secret
rest_command: !include rest.yaml
shell_command: !include shell_commands.yaml
spotcast:
sp_dc: !secret sp_dc
sp_key: !secret sp_key
pyscript: !include pyscript/config.yaml
gramatus_fully:
# roomtoggles:
tellstick:
host: core-tellstick
port: [50800, 50801]
sensor: !include sensors.yaml
mqtt:
sensor: !include mqtt.yaml
template: !include templates.yaml
input_boolean: !include input_booleans.yaml
input_datetime: !include input_datetime.yaml
binary_sensor: !include binary_sensors.yaml
logger:
default: info
logs:
homeassistant.setup: warn
homeassistant.components.binary_sensor: warn
homeassistant.components.sensor: warn
homeassistant.components.media_player: warn
homeassistant.components.cast: warn
homeassistant.components.cast.media_player: warn
custom_components.spotcast: info
custom_components.harmony: info
coap: warn
homeassistant.components.auth: debug
homeassistant.components.http.ban: debug
custom_components.gramatus: debug
custom_components.roomtoggles: debug
#homeassistant.components.zeroconf: debug
pytradfri: info
pychromecast: info
# My pyscripts
hue_tools: debug
fully_actions: info
spotify_play: info
spotify_services: info
# custom_components.pyscript.scripts.hue_trans_tools: debug
# hue_trans_tools: debug
# Disable info logging from automations running all the time (that usually also has custom logging from my scripts if needed)
homeassistant.components.automation.termostat_kontoret: warning
homeassistant.components.automation.termostat_kjokkenet: warning
homeassistant.components.automation.termostat_stua: warning
homeassistant.components.automation.vekking_sikre_lysfade_pa_riktig_tidspunkt: warning
homeassistant.components.automation.lysfade_sikre_tid_fra_vekking_til_arbeidslys: warning
homeassistant.components.automation.fjernkontroll_reagere_pa_knapp: warning
homeassistant.components.automation.hue_reagere_pa_knapp: warning
homeassistant.components.automation.lysfade_fange_opp_at_lyset_blir_skrudd_pa: warning
homeassistant.components.automation.lysfade_fange_opp_at_lyset_blir_skrudd_av: warning
homeassistant.components.automation.home_away_leave_home: warning
homeassistant.components.automation.home_away_come_home: warning
homeassistant.components.automation.lysfade_hoved_neste_fade: warning
homeassistant.components.automation.lysfade_hoved_start_ny_gruppe: warning
homeassistant.components.automation.lysfade_faste_lys_neste_fade: warning
homeassistant.components.automation.lysfade_faste_lys_start_ny_gruppe: warning
gql.transport.websockets: warning
homeassistant.loader: warning
filters:
# Closing connection to hue bridge<
aiohue.v1[192.168.50.52]:
- "Connection to bridge closed."
pychromecast.controllers:
- "Receiver:channel_disconnected"
- "Receiver:setting volume"
pychromecast.socket_client:
- "Received unknown namespace"
- "Failed to connect to service"
- "Error communicating with socket, resetting connection"
- "Error reading from socket."
- "Connection reestablished!"
- "Heartbeat timeout, resetting connection"
homeassistant.components.automation:
- ": Restarting"
- ": Running automation actions"
homeassistant.helpers.script.websocket_api_script:
- "websocket_api script: Running websocket_api script"
- "websocket_api script: Executing step call service"
roborock.code_mappings:
- "Missing .* - defaulting to "
# Invalid logins shows up without acutally there being a problem. Remove from log if we have sufficient reason to believe this is an error.
# Login from localhost is probably nabu casa
#homeassistant.components.http.ban:
#- 'Login attempt or request with invalid authentication from localhost \(127\.0\.0\.1\).*8051_EEA' # Don't log if from NABU CASA and 0851_EEA (one of my tablets)
#- 'Login attempt or request with invalid authentication from localhost \(127\.0\.0\.1\).*SM-G781B' # Don't log if from NABU CASA and SM-G781B (my cellphone)
#- 'Login attempt or request with invalid authentication from Torgeir \(192\.168\.50\.100\)' # Don't log if from my laptop