17 lines
330 B
YAML
17 lines
330 B
YAML
default_config:
|
|
|
|
frontend:
|
|
themes: !include_dir_merge_named themes
|
|
|
|
automation: !include automations.yaml
|
|
automation extra: !include_dir_merge_list automations
|
|
|
|
binary_sensor: !include_dir_merge_list binary_sensors
|
|
|
|
mqtt: !include_dir_merge_named mqtt
|
|
|
|
http:
|
|
use_x_forwarded_for: true
|
|
trusted_proxies:
|
|
- 192.168.20.0/24
|