-
Notifications
You must be signed in to change notification settings - Fork 5
/
configuration.yaml
63 lines (53 loc) · 1.98 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
---
# Home Assistant configuration!
#
# This system is modular and differently structured compared to other
# configurations found online.
#
# Each file does 1 thing only, for the most part. Simple one-line integration
# files will go here whereas larger integration files will go into packages.
#
# The configuration.yaml is only used to bootstrap the system.
#
homeassistant:
# Load packages
packages: !include_dir_named packages
# Allows customizing individual entities
customize: !include_dir_merge_named customize/entity
# Allows customizing all entities in a domain
customize_domain: !include_dir_merge_named customize/domain
# Allows customizing entities based on a matching pattern
customize_glob: !include_dir_merge_named customize/glob
allowlist_external_dirs:
- /config
http:
use_x_forwarded_for: true
trusted_proxies: !secret http_trusted_proxies
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
# We can define additional/custom themes for the frontend here.
themes: !include_dir_merge_named themes
extra_module_url:
# https://github.com/thomasloven/lovelace-card-mod
- /hacsfiles/lovelace-card-mod/card-mod.js
automation: !include automations.yaml
script: !include scripts.yaml
script split: !include_dir_merge_named scripts
scene: !include scenes.yaml
# Entities
group: !include_dir_merge_named entities/group
media_player: !include_dir_list entities/media_player
mqtt:
binary_sensor: !include_dir_list entities/mqtt/binary_sensor
sensor: !include_dir_list entities/mqtt/sensor
notify: !include_dir_list entities/notify
rest_command: !include_dir_merge_named entities/rest_command
sensor: !include_dir_list entities/sensor
shell_command: !include_dir_merge_named entities/shell_command
switch: !include_dir_list entities/switch
template: !include_dir_list entities/template
tts: !include_dir_list entities/tts
utility_meter: !include_dir_merge_named entities/utility_meter
wake_on_lan: