59 lines
826 B
YAML
59 lines
826 B
YAML
|
|
# Loads default set of integrations. Do not remove.
|
|
#default_config:
|
|
|
|
assist_pipeline:
|
|
backup:
|
|
config:
|
|
dhcp:
|
|
webhook:
|
|
zeroconf:
|
|
sun:
|
|
usb:
|
|
usage_prediction:
|
|
logbook:
|
|
image_upload:
|
|
homeassistant_alerts:
|
|
history:
|
|
energy:
|
|
media_source:
|
|
mobile_app:
|
|
ssdp:
|
|
stream:
|
|
|
|
#
|
|
## custom
|
|
#
|
|
|
|
nordpool:
|
|
|
|
#
|
|
## disabled
|
|
#
|
|
|
|
#assist_pipeline:
|
|
#bluetooth:
|
|
#cloud:
|
|
#conversation:
|
|
#go2rtc:
|
|
#conversation:
|
|
#my:
|
|
|
|
frontend:
|
|
themes: !include_dir_merge_named themes
|
|
|
|
automation: !include_dir_list automations/
|
|
#script: !include_dir_list scripts/
|
|
#scene: !include_dir_list scenes/
|
|
sensor: !include_dir_merge_list sensors/
|
|
template: !include_dir_merge_list templates/
|
|
#utility_meter: !include utility_meter.yaml
|
|
|
|
homeassistant:
|
|
customize: !include customize.yaml
|
|
|
|
http:
|
|
#server_host: 127.0.0.1
|
|
use_x_forwarded_for: true
|
|
trusted_proxies: 10.0.69.10
|