diff --git a/configuration/automations/3d-printer.yaml b/configuration/automations/3d-printer.yaml index b845458..45d63b0 100644 --- a/configuration/automations/3d-printer.yaml +++ b/configuration/automations/3d-printer.yaml @@ -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