Skip to content

Commit

Permalink
Add title option to notify entity (#32576)
Browse files Browse the repository at this point in the history
* Add title option to notify entity

* Update example
  • Loading branch information
jbouwh authored May 3, 2024
1 parent 819fad0 commit 29c87a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/_integrations/notify.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 %}
Expand Down

0 comments on commit 29c87a8

Please sign in to comment.