069f0f5cc6
- Register dashboards/klima.yaml in configuration.yaml under lovelace.dashboards - Remove outer vertical-stack so masonry layout creates multiple columns on desktop - Replace weather entities card with built-in weather-forecast card (daily) - Add bedroom AC (climate.klimaanlage) to bedroom section - Add office AC (climate.echos_mobile_klimaanlage_mit_wifi) row to office section - Add office fan (fan.luftzirkulator) to office section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
46 lines
908 B
YAML
46 lines
908 B
YAML
|
|
# 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:
|
|
lovelace-klima:
|
|
mode: yaml
|
|
filename: dashboards/klima.yaml
|
|
title: Klima
|
|
icon: mdi:thermometer
|
|
show_in_sidebar: true
|
|
require_admin: false
|
|
|
|
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 |