23 lines
414 B
YAML
23 lines
414 B
YAML
# Home Assistant Konfiguration
|
|
|
|
homeassistant:
|
|
name: Home
|
|
unit_system: metric
|
|
time_zone: Europe/Berlin
|
|
packages: !include_dir_named packages
|
|
|
|
# Logging
|
|
logger:
|
|
default: info
|
|
|
|
# HTTP configuration
|
|
http:
|
|
cors_allowed_origins:
|
|
- http://localhost:8123
|
|
- http://127.0.0.1:8123
|
|
|
|
# Automation und Scripts
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|