Update notify.markdown
This commit is contained in:
parent
bf67b6d0d5
commit
7d376a3780
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Once loaded, the `notify` platform will expose a service that can be called to s
|
|||
| `target` | yes | Some platforms will allow specifying a recipient that will receive the notification. See your platform page if it is supported.
|
||||
| `data` | yes | On platforms who have extended functionality. See your platform page if it is supported.
|
||||
|
||||
The notification component supports specifying [templates](/topics/templating/) for both the `message` and the `title`. This will allow you to use the current state of Home Assistant in your notifications.
|
||||
The notification component supports specifying [templates](/topics/templating/) with `data_template`. This will allow you to use the current state of Home Assistant in your notifications.
|
||||
|
||||
In an [action](https://home-assistant.io/getting-started/automation-action/) of your [automation setup](/getting-started/automation/) it could look like this with a customized subject.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue