.ha_mcp/logs/mcp_usage.jsonl, automations.yaml
This commit is contained in:
+9
-4
@@ -3296,31 +3296,36 @@
|
||||
to: PrintDone
|
||||
trigger: state
|
||||
actions:
|
||||
- action: camera.snapshot
|
||||
target:
|
||||
entity_id: camera.endercamera_duckdns_org
|
||||
data:
|
||||
filename: /config/www/octoprint_snapshot.jpg
|
||||
- parallel:
|
||||
- action: notify.mobile_app_sm_f956w
|
||||
data:
|
||||
title: 3D print complete
|
||||
message: Print finished successfully at {{ now().strftime('%H:%M') }}.
|
||||
data:
|
||||
entity_id: camera.endercamera_duckdns_org
|
||||
image: /local/octoprint_snapshot.jpg
|
||||
- action: notify.mobile_app_motorola_one_vision
|
||||
data:
|
||||
title: 3D print complete
|
||||
message: Print finished successfully at {{ now().strftime('%H:%M') }}.
|
||||
data:
|
||||
entity_id: camera.endercamera_duckdns_org
|
||||
image: /local/octoprint_snapshot.jpg
|
||||
- action: notify.mobile_app_francos_ipad
|
||||
data:
|
||||
title: 3D print complete
|
||||
message: Print finished successfully at {{ now().strftime('%H:%M') }}.
|
||||
data:
|
||||
entity_id: camera.endercamera_duckdns_org
|
||||
image: /local/octoprint_snapshot.jpg
|
||||
- action: notify.mobile_app_sm_t387w
|
||||
data:
|
||||
title: 3D print complete
|
||||
message: Print finished successfully at {{ now().strftime('%H:%M') }}.
|
||||
data:
|
||||
entity_id: camera.endercamera_duckdns_org
|
||||
image: /local/octoprint_snapshot.jpg
|
||||
mode: single
|
||||
- id: '1787462157568'
|
||||
alias: 3D Print Early Layers Snapshot
|
||||
|
||||
Reference in New Issue
Block a user