update service (#634)

This commit is contained in:
Pascal Vizeli 2016-07-13 09:54:44 +02:00 committed by Fabian Affolter
parent ee4b4b3dde
commit 465944ff8d
2 changed files with 26 additions and 0 deletions

View file

@ -34,6 +34,7 @@ Once loaded, the `notify` platform will expose a service that can be called to s
| `message` | no | Body of the notification.
| `title` | yes | Title of the notification. Default is `Home Assistant`.
| `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.