Notification Example Script - FutureTense/keymaster GitHub Wiki

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.

⚠️ **GitHub.com Fallback** ⚠️