1
0
Fork 0

3DPrinter notifications

This commit is contained in:
Przemek Grondek 2021-09-22 02:10:18 +02:00
parent c53957eea3
commit bef278053c

View file

@ -33,6 +33,18 @@
action:
- service: rest_command.octoprint_connect
- id: 3dprinter-notify
alias: '[3D Printer] Notify'
mode: single
trigger:
- platform: state
entity_id: sensor.octoprint_job_percentage
to: '100.0'
action:
- service: notify.mobile_app_przemyslaws_iphone
data:
message: 3D printer has finished
- id: 3dprinter-button
alias: '[3D Printer] button'
mode: single