Skip to content

Notification Example Script

Chris edited this page Jan 6, 2022 · 3 revisions

Example notification script

Please note this is an example and you'll need to adjust the notify service for your Home Assistant setup.

keymaster_<doorname>_manual_notify:
  mode: parallel
  sequence:
    - service: notify.phones
      data:
        title: "{{ title }}"
        message: "{{ message }}"

The script should be created in Open your Home Assistant instance and show your scripts.