♻️ start to split configs
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user