♻️ start to split configs
This commit is contained in:
parent
601d078c28
commit
4a2f16b20e
@ -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
|
||||
|
6
packages/default_config.yaml
Normal file
6
packages/default_config.yaml
Normal 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
8
packages/http.yaml
Normal 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
8
packages/tts.yaml
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user