-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
75 lines (71 loc) · 1.07 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
---
homeassistant:
auth_providers:
- type: homeassistant
http:
ssl_certificate: !secret ssl_crt
ssl_key: !secret ssl_key
ip_ban_enabled: true
login_attempts_threshold: 10
use_x_forwarded_for: true
trusted_proxies:
- 10.2.1.0/24
# default_config:
automation: !include automations.yaml
# backup:
bluetooth:
cloud:
config:
conversation:
counter:
dhcp:
# energy:
frontend:
themes: !include_dir_merge_named themes
hardware:
history:
homeassistant_alerts:
image_upload:
input_boolean:
input_button:
input_datetime:
input_number:
input_select:
input_text:
logbook:
logger:
default: info
# map:
media_source:
mobile_app:
my:
person:
schedule:
scene: !include scenes.yaml
script: !include scripts.yaml
ssdp:
# stream:
sun:
system_health:
tag:
timer:
usb:
webhook:
zeroconf:
zone:
recorder:
db_url: !secret mysql
purge_keep_days: 15
exclude:
domains:
- automation
- group
- climate
- camera
- remote
- sun
- weather
- update
- image
- image_processing
image_processing: !include image_processing.yaml