init
This commit is contained in:
@@ -0,0 +1 @@
|
||||
[]
|
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
|
4
HomeAssistant/Files/homeassistant_config/secrets.yaml
Normal file
4
HomeAssistant/Files/homeassistant_config/secrets.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
# Use this file to store secrets like usernames and passwords.
|
||||
# Learn more at https://www.home-assistant.io/docs/configuration/secrets/
|
||||
some_password: welcome
|
Reference in New Issue
Block a user