configuration.yaml 763 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Configure a default setup of Home Assistant (frontend, api, etc)
  2. default_config:
  3. logger:
  4. default: info
  5. http:
  6. ip_ban_enabled: true
  7. login_attempts_threshold: 5
  8. use_x_forwarded_for: true
  9. trusted_proxies:
  10. - 192.168.0.30
  11. homeassistant:
  12. allowlist_external_dirs:
  13. - /config
  14. recorder: !include recorder.yaml
  15. notify:
  16. - name: adris_mobile_devices
  17. platform: group
  18. services:
  19. - service: mobile_app_adri_s_pixel_4a
  20. - service: mobile_app_adri_s_gs22
  21. alexa: !include alexa.yaml
  22. google_assistant: !include google.yaml
  23. uniled:
  24. zha:
  25. enable_quirks: true
  26. custom_quirks_path: /config/thirdreality_quirks
  27. automation: !include automations.yaml
  28. script: !include scripts.yaml
  29. scene: !include scenes.yaml
  30. shell_command: !include shell.yaml