HA sidebar has no dashboard folders — nesting = one dashboard with tab views (same pattern as Server Room). Art Room/Garage views merged into stlp.yaml verbatim; old single-purpose dashboards removed. https://projects.knownelement.com/issues/344
37 lines
780 B
YAML
37 lines
780 B
YAML
# Loads default set of integrations. Do not remove.
|
|
default_config:
|
|
|
|
# Load frontend themes from the themes folder
|
|
homeassistant:
|
|
packages: !include_dir_named packages
|
|
|
|
frontend:
|
|
themes: !include_dir_merge_named themes
|
|
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|
|
|
|
bluetooth:
|
|
|
|
# Metrics endpoint for VictoriaMetrics add-on scrape [#621]
|
|
prometheus:
|
|
|
|
lovelace:
|
|
mode: storage
|
|
dashboards:
|
|
pfv-server-room:
|
|
mode: yaml
|
|
title: Server Room
|
|
filename: dashboards/server-room.yaml
|
|
pfv-health:
|
|
mode: yaml
|
|
title: Health
|
|
filename: dashboards/health.yaml
|
|
icon: mdi:heart-pulse
|
|
pfv-stlp:
|
|
mode: yaml
|
|
title: STLP
|
|
filename: dashboards/stlp.yaml
|
|
icon: mdi:home
|