init
This commit is contained in:
18
HomeAssistant/Files/homeassistant_config/configuration.yaml
Normal file
18
HomeAssistant/Files/homeassistant_config/configuration.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# Loads default set of integrations. Do not remove.
|
||||
default_config:
|
||||
|
||||
# Text to speech
|
||||
tts:
|
||||
- platform: google_translate
|
||||
|
||||
automation: !include automations.yaml
|
||||
script: !include scripts.yaml
|
||||
scene: !include scenes.yaml
|
||||
|
||||
http:
|
||||
server_port: 8123
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
- 172.27.0.0/16
|
||||
ip_ban_enabled: false
|
||||
login_attempts_threshold: 5
|
Reference in New Issue
Block a user