ci / lint (push) Successful in 35s
Role-based rework per founder: overview + detail dashboards. UPS parity (Tripp Lite runtime-minutes template). Phase 1 of the ground-up rework; Capacity/Access views land with fans + lock. https://projects.knownelement.com/issues/784
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
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-overview:
|
|
mode: yaml
|
|
title: Ops Overview
|
|
filename: dashboards/overview.yaml
|
|
icon: mdi:view-dashboard-outline
|
|
pfv-power:
|
|
mode: yaml
|
|
title: Power
|
|
filename: dashboards/power.yaml
|
|
icon: mdi:flash
|
|
pfv-thermal:
|
|
mode: yaml
|
|
title: Thermal
|
|
filename: dashboards/thermal.yaml
|
|
icon: mdi:thermometer-lines
|
|
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
|
|
|
|
# Watchdog arm switch (#789): auto core restart on unresolved staleness.
|
|
# Default OFF — reload_config_entry heals config-entry wedges without it.
|
|
input_boolean:
|
|
pfv_watchdog_auto_restart:
|
|
name: Watchdog auto core restart
|
|
icon: mdi:restart-alert
|