Fix notification for 3d printer
This commit is contained in:
parent
427f6643b6
commit
89da0a777c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user