Files
Home-Assistant/configuration.yaml

41 lines
974 B
YAML
Raw Normal View History

homeassistant:
packages: !include_dir_named packages/
2025-06-24 12:12:01 -04:00
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
scene: !include scenes.yaml
input_boolean: !include input_boolean.yaml
2025-06-24 12:12:01 -04:00
http:
use_x_frame_options: false
use_x_forwarded_for: true
trusted_proxies:
- 192.168.1.180
- 192.168.1.1
- 192.168.1.62
- 192.168.1.210
2025-06-24 12:12:01 -04:00
### SMTP
notify:
- name: "mailgun_smtp"
platform: smtp
server: "smtp.mailgun.org"
port: 587
timeout: 15
sender: "nukamail@vault983.com"
encryption: starttls
username: "nukamail@mail.vault983.com"
password: !secret email_password
recipient:
- "joshua@cnjmail.com"
- "polly@cnjmail.com"
sender_name: "Vault 983 Home Assistant"
- name: dakboard_json
platform: file
filename: /config/www/status.json
timestamp: false