Update notify.markdown

This commit is contained in:
Pascal Vizeli 2016-09-10 23:36:32 +02:00 committed by GitHub
parent bf67b6d0d5
commit 7d376a3780

View File

@ -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.