olomana/home/homeassistant/configuration.yaml

27 lines
544 B
YAML

# 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.96.2
- 172.18.0.2
# Configure logging
logger:
default: info
logs:
homeassistant.core: warning
homeassistant.components: info
homeassistant.components.mqtt: warning
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml