b35c709650
Convert storage-mode dashboard to dashboards/ecovacs.yaml. Preserves all button-card templates, room queue buttons, conditional controls, vacuum map, and settings panel exactly as configured in the UI. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
53 lines
1.1 KiB
YAML
53 lines
1.1 KiB
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
|
|
lovelace-ecovacs:
|
|
mode: yaml
|
|
filename: dashboards/ecovacs.yaml
|
|
title: EcoVacs
|
|
icon: mdi:robot-vacuum
|
|
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 |