-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
47 lines (37 loc) · 1016 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
# Loads default set of integrations. Do not remove.
default_config:
# Add the /tmp folder
homeassistant:
allowlist_external_dirs:
- "/tmp"
# Add cloud integration
cloud:
# Text to speech
tts:
- platform: google_translate
# Uncomment below for script automation and scene integration
#script: !include scripts.yaml
automation: !include automations.yaml
#scene: !include scenes.yaml
#template: !include sidebar.yaml
frontend:
extra_module_url:
- /hacsfiles/lovelace-card-mod/card-mod.js
themes: !include_dir_merge_named themes
lovelace:
mode: yaml
resources:
- url: /hacsfiles/sidebar-card/sidebar-card.js
type: module
- url: /hacsfiles/weather-card/weather-card.js
type: module
- url: /hacsfiles/lovelace-layout-card/layout-card.js
type: module
- url: /local/mini-graph-card-bundle.js?v=0.11.0
type: module
# Http entry for traefik
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.19.0.0/24
- fd00:dead:beef::/48