#Brother Printer notifier
1 messages · Page 1 of 1 (latest)
I'd imagine you take a look in Dev Tools ->Services and type notify. and that'll show you your notify services that you can use
The app I think is like mobile_app_...
I found notify.mobile_app_neandros (Neandros is my iPhone), I used that in configuration.yaml as notifier like this:
notifiers:
- notify.mobile_app_neandros
But when I click the [CALL SERVICE] button it fails.
Then I changed it to
notifiers:
- mobile_app_neandros_notify
Paste the whole section you've got in your config
- binary_sensor:
- name: "Laser Printer Out Of Paper"
state: >
{{ is_state('sensor.hl_l2340d_status', 'no paper') }}
- binary_sensor:
- name: "Laser Printer Paper Jam"
state: >
{{ is_state('sensor.hl_3150cdw_status', 'paper jam') }}
alert:
laser_out_of_paper:
name: Laser Printer is Out of Paper
done_message: Laser Printer Has Paper
entity_id: binary_sensor.laser_printer_out_of_paper
can_acknowledge: true
notifiers:
- mobile_app_neandros_notify
laser_paper_jam:
name: Laser Printer has a Paper Jam
done_message: Laser Printer Paper Jam Cleared
entity_id: binary_sensor.laser_printer_paper_jam
can_acknowledge: true
notifiers:
- mobile_app_neandros_notify```
It's passed midnight. I'll check back tomorrow.
You'll want to paste that as code, either add three `s to the beginning and end or paste to a code sharing site