snapshot remaining files
This commit is contained in:
28
homeassistant/configuration.yaml
Normal file
28
homeassistant/configuration.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
# Loads default set of integrations. Do not remove.
|
||||
default_config:
|
||||
|
||||
# Load frontend themes from the themes folder
|
||||
frontend:
|
||||
themes: !include_dir_merge_named themes
|
||||
|
||||
# Text to speech
|
||||
tts:
|
||||
- platform: google_translate
|
||||
|
||||
automation: !include automations.yaml
|
||||
script: !include scripts.yaml
|
||||
scene: !include scenes.yaml
|
||||
|
||||
http:
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
- 172.0.0.0/8
|
||||
|
||||
mqtt:
|
||||
sensor:
|
||||
!include mqtt.yaml
|
||||
|
||||
ltss:
|
||||
db_url: postgresql://homeassistant:homeassistant@192.168.2.150:6543/homeassistant
|
||||
chunk_time_interval: 2592000000000
|
||||
Reference in New Issue
Block a user