You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/packages/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,13 @@ Live collection of plug-and-play Home Assistant packages. Each YAML file in this
48
48
|[mariadb_monitoring.yaml](mariadb_monitoring.yaml)| MariaDB health sensors and Lovelace dashboard snippet for recorder stats. |`sensor.mariadb_status`, `sensor.database_size`|
49
49
|[docker_infrastructure.yaml](docker_infrastructure.yaml)| Docker host patching telemetry + container/stack Repairs automation, 20-minute Joanna escalation for persistent container outages using stable configured monitor membership, and weekly scheduled prune actions across docker_10/14/17/69. |`sensor.docker_*_apt_status`, `binary_sensor.*_stack_status`, `sensor.docker_stacks_down_count`, `repairs.create`, `script.joanna_dispatch`|
50
50
|[github_watched_repo_scout.yaml](github_watched_repo_scout.yaml)| Nightly Joanna dispatch that reviews unread notifications from watched GitHub repos, recommends HA-config ideas, refreshes strong-candidate issues, and marks processed watched-repo notifications read. |`automation.github_watched_repo_scout_nightly`, `script.joanna_dispatch`, `script.send_to_logbook`|
51
-
|[proxmox.yaml](proxmox.yaml)| Proxmox runtime and disk pressure monitoring with Repairs for node degradations plus nightly Frigate reboot. |`binary_sensor.proxmox*_runtime_healthy`, `sensor.proxmox*_disk_used_percentage`, `repairs.create`, `button.qemu_docker2_101_reboot`|
51
+
|[proxmox.yaml](proxmox.yaml)| Proxmox runtime and disk pressure monitoring with Repairs + Joanna dispatch for sustained node degradations, plus nightly Frigate reboot. |`binary_sensor.proxmox*_runtime_healthy`, `sensor.proxmox*_disk_used_percentage`, `repairs.create`, `script.joanna_dispatch`, `button.qemu_docker2_101_reboot`|
52
52
|[synology_dsm.yaml](synology_dsm.yaml)| Synology DSM integration health normalization for Carlo-NAS01 and Carlo-NVR, with Repairs + Joanna dispatch on sustained integration, security, or storage problems. |`binary_sensor.carlo_*_synology_problem`, `sensor.carlo_*_synology_problem_summary`, `repairs.create`, `script.joanna_dispatch`|
53
53
|[infrastructure_observability.yaml](infrastructure_observability.yaml)| Normalized WAN/DNS/backup/domain/cert health + website uptime/latency SLO signals for Infrastructure dashboards. |`binary_sensor.infra_website_uptime_slo_breach`, `binary_sensor.infra_website_latency_degraded`, `binary_sensor.infra_*`|
54
54
|[onenote_indexer.yaml](onenote_indexer.yaml)| OneNote indexer health/status monitoring for Joanna, failure-repair automation, and a daily duplicate-delete maintenance request. |`sensor.onenote_indexer_last_job_status`, `binary_sensor.onenote_indexer_last_job_successful`|
55
55
|[mqtt_status.yaml](mqtt_status.yaml)| Command-line MQTT broker reachability probe with Spook Repairs escalation and Joanna troubleshooting dispatch on outage. |`binary_sensor.mqtt_status_raw`, `binary_sensor.mqtt_broker_problem`, `repairs.create`, `rest_command.bearclaw_command`|
56
56
|[mariadb.yaml](mariadb.yaml)| MariaDB recorder health and capacity SQL sensors. |`sensor.mariadb_status`, `sensor.database_size`|
57
-
|[processmonitor.yaml](processmonitor.yaml)| Root filesystem disk-pressure monitoring with early Joanna review at 80% and Repairs + urgent dispatch at 90%. |`sensor.disk_use_percent`, `repairs.create`, `script.joanna_dispatch`, `tts.clear_cache`|
57
+
|[processmonitor.yaml](processmonitor.yaml)| Root filesystem disk-pressure monitoring with immediate digest/logbook notes at 80%, Joanna review after 10 minutes above 80%, and delayed phone alerts only if the issue stays unresolved after dispatch. |`sensor.disk_use_percent`, `repairs.create`, `script.joanna_dispatch`, `tts.clear_cache`|
58
58
|[tugtainer_updates.yaml](tugtainer_updates.yaml)| Tugtainer container update notifications via webhook + persistent alerts, plus event-based Joanna dispatch when reports include `### Available:` (24h cooldown via `mode: single` + delay, no new helpers). |`persistent_notification.create`, `event: tugtainer_available_detected`, `script.joanna_dispatch`, `input_datetime.tugtainer_last_update`|
59
59
|[bearclaw.yaml](bearclaw.yaml)| Joanna/BearClaw bridge automations that forward Telegram commands to codex_appliance, include LLM-first routing context for freeform text, relay replies back, ingest `/api/bearclaw/status` telemetry, and expose dispatch plus QMD/memory-index sensors for Infrastructure dashboards. |`rest_command.bearclaw_*`, `sensor.bearclaw_status_telemetry`, `sensor.joanna_*`, `binary_sensor.joanna_*`, `automation.bearclaw_*`, `script.send_to_logbook`|
60
60
|[telegram_bot.yaml](telegram_bot.yaml)| Legacy Telegram transport marker for BearClaw; the shared `joanna_send_telegram` helper now forwards through the codex_appliance direct Telegram API. |`rest_command.bearclaw_telegram_send`, `script.joanna_send_telegram`|
0 commit comments