Fix notification for 3d printer
This commit is contained in:
parent
427f6643b6
commit
89da0a777c
@ -45,12 +45,14 @@
|
|||||||
- service: notify.mobile_app_iphone
|
- service: notify.mobile_app_iphone
|
||||||
data:
|
data:
|
||||||
message: 3D printer has finished
|
message: 3D printer has finished
|
||||||
|
data:
|
||||||
entity_id: camera.3d_printer
|
entity_id: camera.3d_printer
|
||||||
|
url: "/lovelace-tablet/3d-printer"
|
||||||
- service: camera.snapshot
|
- service: camera.snapshot
|
||||||
data:
|
data:
|
||||||
filename: /config/www/cctv/3d_printer.jpg
|
filename: /config/www/cctv/3d_printer.jpg
|
||||||
target:
|
target:
|
||||||
entity_id: camera.hallway
|
entity_id: camera.3d_printer
|
||||||
- service: notify.home_assistant
|
- service: notify.home_assistant
|
||||||
data:
|
data:
|
||||||
message: "3D Printer has finished"
|
message: "3D Printer has finished"
|
||||||
@ -161,5 +163,8 @@
|
|||||||
action:
|
action:
|
||||||
- service: notify.mobile_app_iphone
|
- service: notify.mobile_app_iphone
|
||||||
data:
|
data:
|
||||||
message: Print has been paused
|
title: Prusa i3 MMU
|
||||||
title: Prusa i3
|
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