26 lines
539 B
YAML
26 lines
539 B
YAML
http:
|
|
use_x_forwarded_for: true
|
|
trusted_proxies:
|
|
- 127.0.0.1
|
|
- 172.30.33.0/24
|
|
- 192.168.1.0/24
|
|
|
|
# Loads default set of integrations. Do not remove.
|
|
default_config:
|
|
|
|
homeassistant:
|
|
time_zone: "Asia/Seoul"
|
|
|
|
# Load frontend themes from the themes folder
|
|
frontend:
|
|
themes: !include_dir_merge_named themes
|
|
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|
|
|
|
google_assistant:
|
|
project_id: homeassistant-72126
|
|
service_account: !include service_account.json
|
|
report_state: true
|