29 lines
565 B
YAML
29 lines
565 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
|
|
|
|
# Text to speech
|
|
tts:
|
|
- platform: google_translate
|
|
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|
|
|
|
http:
|
|
use_x_forwarded_for: true
|
|
trusted_proxies:
|
|
- 172.0.0.0/8
|
|
|
|
mqtt:
|
|
sensor:
|
|
!include mqtt.yaml
|
|
|
|
ltss:
|
|
db_url: postgresql://homeassistant:homeassistant@192.168.2.150:6543/homeassistant
|
|
chunk_time_interval: 2592000000000
|