36 lines
701 B
YAML
36 lines
701 B
YAML
|
|
# Loads default set of integrations. Do not remove.
|
|
default_config:
|
|
|
|
# Load frontend themes from the themes folder
|
|
frontend:
|
|
themes: !include_dir_merge_named themes
|
|
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|
|
|
|
homeassistant:
|
|
external_url: https://ha.milvert.com
|
|
auth_providers:
|
|
- type: homeassistant
|
|
- type: legacy_api_password
|
|
api_password: !secret http_password
|
|
|
|
http:
|
|
use_x_forwarded_for: true
|
|
ip_ban_enabled: false
|
|
trusted_proxies:
|
|
- 172.19.0.26
|
|
- 10.0.0.223
|
|
- 172.19.0.39
|
|
|
|
panel_iframe:
|
|
configurator:
|
|
title: Configurator
|
|
icon: mdi:wrench
|
|
url: http://10.0.0.3:3218
|
|
require_admin: true
|
|
|
|
|