Skip to content

Update pushbullet notify component configuration #7546

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions source/_components/notify.pushbullet.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,17 @@ notify:
api_key: YOUR_API_KEY
```

Configuration variables:

- **api_key** (*Required*): Enter the API key for Pushbullet. Go to [https://www.pushbullet.com/#settings/account](https://www.pushbullet.com/#settings/account) to retrieve your API key/access token.
- **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`.
{% configuration %}
api_key:
description: Enter the API key for Pushbullet. Go to [https://www.pushbullet.com/#settings/account](https://www.pushbullet.com/#settings/account) to retrieve your API key/access token.
required: true
type: string
name:
description: 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`.
required: false
default: notify
type: string
{% endconfiguration %}

### {% linkable_title Usage %}

Expand Down Expand Up @@ -84,7 +91,6 @@ action:

- **file** (*Required*): File to send with Pushbullet.


### {% linkable_title File URL support %}

```yaml
Expand All @@ -100,6 +106,7 @@ action:
- **file_url** (*Required*): File to send with Pushbullet.

### {% linkable_title Single target %}

```yaml
action:
service: notify.NOTIFIER_NAME
Expand All @@ -108,10 +115,9 @@ action:
message: "This only goes to one specific device"
target: device/DEVICE_NAME
```
- **target**: Pushbullet device to recive the notification.

- **target**: Pushbullet device to recive the notification.

<p class='note'>
Don't forget to [whitelist external directories](/docs/configuration/basic/), so Home Assistant has access to them.
</p>