♻️ start to split configs

This commit is contained in:
James Walker 2021-07-11 21:59:45 -04:00
parent 601d078c28
commit 4a2f16b20e
Signed by: walkah
GPG Key ID: 3C127179D6086E93
4 changed files with 30 additions and 11 deletions

View File

@ -1,14 +1,11 @@
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
http:
use_x_forwarded_for: true
trusted_proxies: 100.103.57.96
# Text to speech
tts:
- platform: google_translate
homeassistant:
name: nerdhaus
latitude: !secret home_latititude
longitude: !secret home_longitude
elevation: !secret home_elevation
unit_system: metric
time_zone: America/Toronto
packages: !include_dir_named packages
group: !include groups.yaml
automation: !include automations.yaml

View File

@ -0,0 +1,6 @@
---
# Configure a default setup of Home Assistant (frontend, api, etc)
#
# https://www.home-assistant.io/integrations/default_config
#
default_config:

8
packages/http.yaml Normal file
View File

@ -0,0 +1,8 @@
---
# The http integration serves all files and data required for the Home Assistant frontend.
#
# https://www.home-assistant.io/integrations/http
#
http:
use_x_forwarded_for: true
trusted_proxies: 100.103.57.96

8
packages/tts.yaml Normal file
View File

@ -0,0 +1,8 @@
---
# Text-to-Speech (TTS) enables Home Assistant to speak to you.
#
# https://www.home-assistant.io/integrations/tts
#
tts:
- platform: google_translate