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

This commit is contained in:
Home Assistant Version Control
2026-08-23 05:16:03 +00:00
parent f9012d0099
commit 67431e6fe2
2 changed files with 27 additions and 0 deletions
+26
View File
@@ -3309,3 +3309,29 @@
- notify.francos_ipad
- notify.sm_t387w
mode: single
- id: '1787462157568'
alias: 3D Print Early Layers Snapshot
description: Sends a webcam snapshot once per print when Z crosses 1.0 mm while
printing, approximating layers 4-5 at typical 0.2-0.28 mm layer heights.
triggers:
- above: 1
entity_id: sensor.octoprint_current_z
trigger: numeric_state
conditions:
- condition: state
entity_id: binary_sensor.octoprint_printing
state: 'on'
actions:
- action: notify.send_message
data:
data:
entity_id: camera.endercamera_duckdns_org
message: Print passed the first few layers (Z crossed 1 mm).
title: 3D print early check
target:
entity_id:
- notify.sm_f956w
- notify.motorola_one_vision
- notify.francos_ipad
- notify.sm_t387w
mode: single