Initial Commit

This commit is contained in:
2026-06-20 18:49:03 +02:00
parent 8c14309eba
commit 5b558c1478
13 changed files with 1405 additions and 3 deletions
+36
View File
@@ -0,0 +1,36 @@
# 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
script: !include scripts.yaml
scene: !include scenes.yaml
route53:
aws_access_key_id: !secret aws_access_key_id
aws_secret_access_key: !secret aws_secret_access_key
zone: ZXCN4WCJ80R1B
domain: nerdboden.de
records:
- home
http:
use_x_forwarded_for: true
trusted_proxies: 192.168.3.80
homeassistant:
packages: !include_dir_named packages
prometheus:
namespace: hass
filter:
include_domains:
- light
- fan
- event
- media_player
- sensor