From 89da0a777ca3eacdfec20da865e7b11b0c51b6e2 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 5 Feb 2023 03:44:34 +0100 Subject: [PATCH] Fix notification for 3d printer --- configuration/automations/3d-printer.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/configuration/automations/3d-printer.yaml b/configuration/automations/3d-printer.yaml index ce3e8f5..f06ec26 100644 --- a/configuration/automations/3d-printer.yaml +++ b/configuration/automations/3d-printer.yaml @@ -45,12 +45,14 @@ - service: notify.mobile_app_iphone data: message: 3D printer has finished - entity_id: camera.3d_printer + data: + entity_id: camera.3d_printer + url: "/lovelace-tablet/3d-printer" - service: camera.snapshot data: filename: /config/www/cctv/3d_printer.jpg target: - entity_id: camera.hallway + entity_id: camera.3d_printer - service: notify.home_assistant data: message: "3D Printer has finished" @@ -161,5 +163,8 @@ action: - service: notify.mobile_app_iphone data: - message: Print has been paused - title: Prusa i3 + title: Prusa i3 MMU + message: 3D Print has been paused + data: + entity_id: camera.3d_printer + url: "/lovelace-tablet/3d-printer"