3 files
This commit is contained in:
@@ -3287,3 +3287,25 @@
|
||||
target:
|
||||
entity_id: counter.octoprint_failed_prints
|
||||
mode: single
|
||||
- id: '1787462132503'
|
||||
alias: 3D Print Complete Snapshot
|
||||
description: Sends a notification with an OctoPrint webcam snapshot to all mobile
|
||||
devices when a print finishes successfully.
|
||||
triggers:
|
||||
- entity_id: sensor.octoprint_last_event
|
||||
to: PrintDone
|
||||
trigger: state
|
||||
actions:
|
||||
- action: notify.send_message
|
||||
data:
|
||||
data:
|
||||
entity_id: camera.endercamera_duckdns_org
|
||||
message: Print finished successfully at {{ now().strftime('%H:%M') }}.
|
||||
title: 3D print complete
|
||||
target:
|
||||
entity_id:
|
||||
- notify.sm_f956w
|
||||
- notify.motorola_one_vision
|
||||
- notify.francos_ipad
|
||||
- notify.sm_t387w
|
||||
mode: single
|
||||
|
||||
Reference in New Issue
Block a user