ci / lint (push) Successful in 1m31s
Three live-fire defects: unconditional 30-min watchdog page, tsys6 flap false-positive, Tripp Lite runtime-low gap. TDD: 4 new regression tests. On-box ha core check passed before commit. Meat + verification: https://projects.knownelement.com/issues/344#note-4966
68 lines
1.7 KiB
YAML
68 lines
1.7 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
|
|
|
|
# 30-min plant watchdog cooldown (#344, 2026-09-06): re-pages a dead sensor
|
|
# at most every 4h instead of every cycle. Set by the automation on notify.
|
|
input_datetime:
|
|
pfv_plant_watchdog_last_notify:
|
|
name: Plant watchdog last notify
|
|
has_date: true
|
|
has_time: true
|
|
icon: mdi:bell-cancel
|