.ha_mcp/logs/mcp_usage.jsonl, automations.yaml

This commit is contained in:
Home Assistant Version Control
2026-08-24 00:08:27 +00:00
parent b95d7be2d0
commit 4a42f9aa01
2 changed files with 26 additions and 0 deletions
+25
View File
@@ -3508,3 +3508,28 @@
Est. finish: {{ fin }}'
parse_mode: plain_text
mode: single
- id: '1787530101996'
alias: 'Alert: Thread node offline'
description: 'Early warning when a Matter-over-Thread device loses its mesh attachment
behind the Google TV Streamer border router. The six Thread nodes die in waves
when the Streamer''s Thread stack wedges; this pings Franco''s phone within ~3
minutes of the first drop instead of hours later. Recovery procedure: cold-boot
(unplug ~30s) the TV Streamer - see decision note 2026-08-23-thread-outage-fix-cold-boot-google-tv-2.'
triggers:
- entity_id:
- light.bedroom_lamp
- light.office_lamp
- sensor.bedroom_switch_battery
for:
minutes: 3
to: unavailable
trigger: state
actions:
- action: notify.mobile_app_sm_f956w
data:
message: '{{ [''light.bedroom_lamp'', ''light.office_lamp'', ''sensor.bedroom_switch_battery'']
| select(''is_state'', ''unavailable'') | join('', '') }} lost the mesh. Fix:
unplug/replug the TV Streamer.'
title: Thread node offline
max_exceeded: silent
mode: single