Add notification for paused print
This commit is contained in:
parent
6a5f2e6904
commit
ca68b56f72
@ -129,3 +129,21 @@
|
|||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
target:
|
target:
|
||||||
entity_id: switch.3d_printer_enclosure_fan_on_off
|
entity_id: switch.3d_printer_enclosure_fan_on_off
|
||||||
|
|
||||||
|
- id: 3dprinter-pause-notify
|
||||||
|
alias: '[3D Printer] Notify about paused print'
|
||||||
|
mode: single
|
||||||
|
trigger:
|
||||||
|
- platform: state
|
||||||
|
entity_id:
|
||||||
|
- sensor.octoprint_target_tool0_temp
|
||||||
|
to: "0"
|
||||||
|
condition:
|
||||||
|
- condition: numeric_state
|
||||||
|
entity_id: sensor.octoprint_target_bed_temp
|
||||||
|
above: 0
|
||||||
|
action:
|
||||||
|
- service: notify.mobile_app_iphone
|
||||||
|
data:
|
||||||
|
message: Print has been paused
|
||||||
|
title: Prusa i3
|
||||||
|
Loading…
Reference in New Issue
Block a user