olomana/home/homeassistant/configuration.yaml.blanked
2025-02-11 14:30:38 -08:00

26 lines
524 B
Plaintext

# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
# Configure HTTP settings
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.x.xxx
# Configure logging
logger:
default: info
logs:
homeassistant.core: debug
homeassistant.components: info
homeassistant.components.mqtt: debug
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml