3DPrinter notifications
This commit is contained in:
parent
c53957eea3
commit
bef278053c
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue