18 lines
292 B
YAML
18 lines
292 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
|