ci / lint (push) Failing after 14s
5-min staleness checks on 12 critical entities; reload_config_entry auto-heal (no restart); notify on failure; auto-restart behind input_boolean arm (default OFF). https://projects.knownelement.com/issues/789
44 lines
1.0 KiB
YAML
44 lines
1.0 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-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
|