From 31d3947e4d3f118527af1f7f3342c9e76e155ca9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Oct 2015 22:31:39 +0200 Subject: [PATCH] Add variable detail --- source/components/notify.pushbullet.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/components/notify.pushbullet.markdown b/source/components/notify.pushbullet.markdown index 7ea5f6de797..1ef95f78d79 100644 --- a/source/components/notify.pushbullet.markdown +++ b/source/components/notify.pushbullet.markdown @@ -21,8 +21,9 @@ notify: api_key: YOUR_API_KEY ``` -Setting the optional parameter `name` allows multiple notifiers to be created. -The default value is `notify`. The notifier will bind to the service -`notify.NOTIFIER_NAME`. +Configuration variables: + +- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`. +- **api_key** (*Required*): Enter the API key for PushBullet. Go to https://www.pushbullet.com/ to retrieve your API key. For more automation examples, see the [getting started with automation page]({{site_root}}/components/automation.html).