initial commit

This commit is contained in:
root
2026-06-28 14:27:20 -04:00
commit ae0f1f559e
115 changed files with 30411 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
homeassistant:
packages: !include_dir_named packages/
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
lovelace:
dashboards: !include dashboards/dashboards.yaml
automation: !include_dir_merge_list automations/
scene: !include scenes.yaml
input_boolean: !include helpers/input_boolean.yaml
input_number: !include helpers/input_number.yaml
input_select: !include helpers/input_select.yaml
input_datetime: !include helpers/input_datetime.yaml
counter: !include helpers/counter.yaml
timer: !include helpers/timer.yaml
input_text: !include helpers/input_text.yaml
rest_command: !include helpers/rest_command.yaml
shell_command: !include helpers/shell_command.yaml
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
### 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"