-
Notifications
You must be signed in to change notification settings - Fork 1
/
configuration.yaml
54 lines (44 loc) · 979 Bytes
/
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
# load all default setup
default_config:
homeassistant:
packages: !include_dir_named packages
allowlist_external_dirs:
- /tmp
- /share
# text to speech
tts: !include tts.yaml
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# support video streams
stream:
# record to mariadb
recorder:
purge_keep_days: 30
db_url: !secret recorder_db_url
exclude:
entities:
- sensor.date
- sensor.time
- sensor.time_date
- sensor.time_utc
- sensor.internet_time
- sensor.date_time_utc
- sensor.date_time_iso
- sensor.date_time
entity_globs:
- device_tracker.unifi_*_default
# include hacs themes
frontend:
themes: !include_dir_merge_named themes
# activate webhooks
webhook:
logger:
default: error
http:
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
- ::1
- 10.211.112.12 # ship running traefik proxy