Skip to content

Instantly share code, notes, and snippets.

@LemonDouble
Created May 20, 2023 07:39
Show Gist options
  • Save LemonDouble/2d83b1ee56a38c81c7d578d1d4bc9830 to your computer and use it in GitHub Desktop.
Save LemonDouble/2d83b1ee56a38c81c7d578d1d4bc9830 to your computer and use it in GitHub Desktop.
##### Default Settings Start #####
# 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
##### Default Settings END #####
##### Custom Settings Start #####
http:
use_x_forwarded_for: true
trusted_proxies:
- 0.0.0.0/0
##### Custom Settings End #####
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment