Advertisement
pmfernandes

Configuration.yaml - HomeAssistant

Sep 18th, 2024
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.73 KB | None | 0 0
  1. default_config:
  2. recorder:
  3.   purge_keep_days: 7
  4.   db_url: !secret mariadb_connectionstring
  5.   exclude:
  6.     domains:
  7.      - device_tracker
  8.       - group
  9.       - mediaplayer
  10.       - zone
  11.  
  12. http:
  13.   use_x_forwarded_for: true
  14.   trusted_proxies:
  15.    - 172.30.33.0/24
  16.     - 192.168.68.0/24
  17.  
  18. wake_on_lan:
  19. media_player:
  20. python_script:
  21. logger:
  22.   default: warning
  23.   logs:
  24.    # homeassistant.components.python_script: debug
  25.     homeassistant.components.automation: info
  26.  
  27. group: !include groups.yaml
  28. automation: !include automations.yaml
  29. script: !include scripts.yaml
  30. scene: !include scenes.yaml
  31. notify: !include notify.yaml
  32.  
  33. homeassistant:
  34.   customize: !include customize.yaml
  35.   allowlist_external_dirs:
  36.   - /mnt/temp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement