diff --git a/source/_integrations/notify.markdown b/source/_integrations/notify.markdown index 3284d341d1cd..ce65e495ad40 100644 --- a/source/_integrations/notify.markdown +++ b/source/_integrations/notify.markdown @@ -41,6 +41,7 @@ Integrations can also implement the notify entity platform. Entity platform impl | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | | `message` | no | Body of the notification. +| `title` | yes | Title of the notification. ## Companion app notifications @@ -71,6 +72,7 @@ service: notify.send_message data: entity_id: notify.my_direct_message_notifier message: "You have an update!" + title: "Status changed" ``` {% endraw %}