From 7d376a378052b2c4fbaca8a80c58bcf2a9032fad Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 10 Sep 2016 23:36:32 +0200 Subject: [PATCH] Update notify.markdown --- source/_components/notify.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/notify.markdown b/source/_components/notify.markdown index 9346e110916..378e3e75945 100644 --- a/source/_components/notify.markdown +++ b/source/_components/notify.markdown @@ -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.