2026-06-28 14:27:20 -04:00
|
|
|
homeassistant:
|
|
|
|
|
packages: !include_dir_named packages/
|
2026-08-08 21:37:12 -04:00
|
|
|
auth_providers:
|
|
|
|
|
- type: trusted_networks
|
|
|
|
|
trusted_networks:
|
|
|
|
|
- 192.168.69.0/24
|
|
|
|
|
- 10.60.1.0/24
|
2026-08-08 22:03:31 -04:00
|
|
|
trusted_users:
|
|
|
|
|
192.168.69.0/24: 66e8deaeb6944b65a6ed652d671599e2
|
|
|
|
|
10.60.1.0/24: 66e8deaeb6944b65a6ed652d671599e2
|
2026-08-08 21:37:12 -04:00
|
|
|
allow_bypass_login: true
|
2026-08-08 21:54:31 -04:00
|
|
|
- type: homeassistant
|
2026-06-28 14:27:20 -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
|
2026-07-27 11:27:35 -04:00
|
|
|
# Declares the Nunito @font-face document-wide for the CubeCraft display
|
|
|
|
|
# system. A theme can only set font-family, not load the face — see
|
|
|
|
|
# www/cubecraft/cubecraft-brand-font.js. Bump ?v= after editing that file to
|
|
|
|
|
# get past the browser cache.
|
|
|
|
|
extra_module_url:
|
|
|
|
|
- /local/cubecraft/cubecraft-brand-font.js?v=1
|
2026-06-28 14:27:20 -04:00
|
|
|
|
|
|
|
|
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:
|
2026-06-30 18:46:39 -04:00
|
|
|
- 10.60.1.1
|
2026-08-23 11:40:45 -04:00
|
|
|
cors_allowed_origins:
|
|
|
|
|
- https://dakboard.com
|
2026-06-28 14:27:20 -04:00
|
|
|
|
2026-06-30 18:46:39 -04:00
|
|
|
### notify_events ###
|
2026-07-14 13:28:46 -04:00
|
|
|
notify_events:
|
|
|
|
|
token: !secret notify_event_cats_token
|
2026-06-28 14:27:20 -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"
|
2026-06-30 18:46:39 -04:00
|
|
|
sender_name: "Home Assistant"
|
2026-07-14 14:09:07 -04:00
|
|
|
- platform: notify_events
|
|
|
|
|
name: notify_events_cats
|
|
|
|
|
api_key: !secret notify_event_cats_token
|
|
|
|
|
- platform: notify_events
|
|
|
|
|
name: notify_events_alerts
|
|
|
|
|
api_key: !secret notify_event_alerts_token
|