1
0

Add notification for paused print

This commit is contained in:
Przemek Grondek 2022-11-17 00:30:00 +01:00
parent 6a5f2e6904
commit ca68b56f72

View File

@ -129,3 +129,21 @@
- service: switch.turn_off
target:
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